#include <Transformation.h>
◆ objectCenter
      
        
          | SReal sofa::helper::visual::Transformation::objectCenter[3] | 
      
 
 
◆ rotation
      
        
          | SReal sofa::helper::visual::Transformation::rotation[4][4] | 
      
 
 
◆ scale
      
        
          | SReal sofa::helper::visual::Transformation::scale[3] | 
      
 
 
◆ translation
      
        
          | SReal sofa::helper::visual::Transformation::translation[3] | 
      
 
 
◆ Transformation() [1/2]
      
        
          | sofa::helper::visual::Transformation::Transformation | ( |  | ) |  | 
      
 
 
◆ ~Transformation()
  
  | 
        
          | sofa::helper::visual::Transformation::~Transformation | ( |  | ) |  |  | virtual | 
 
 
◆ Transformation() [2/2]
      
        
          | sofa::helper::visual::Transformation::Transformation | ( | const Transformation & | other | ) |  | 
      
 
 
◆ Apply()
  
  | 
        
          | virtual void sofa::helper::visual::Transformation::Apply | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ ApplyInverse()
  
  | 
        
          | virtual void sofa::helper::visual::Transformation::ApplyInverse | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ ApplyWithCentring()
  
  | 
        
          | virtual void sofa::helper::visual::Transformation::ApplyWithCentring | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ InvertTransRotMatrix() [1/2]
  
  | 
        
          | void sofa::helper::visual::Transformation::InvertTransRotMatrix | ( | SReal | matrix[4][4] | ) |  |  | protected | 
 
 
◆ InvertTransRotMatrix() [2/2]
  
  | 
        
          | void sofa::helper::visual::Transformation::InvertTransRotMatrix | ( | SReal | sMatrix[4][4], |  
          |  |  | SReal | dMatrix[4][4] |  
          |  | ) |  |  |  | protected | 
 
 
◆ operator*()
template<class Vector > 
  
  | 
        
          | Vector sofa::helper::visual::Transformation::operator* | ( | Vector | v | ) | const |  | inline | 
 
 
◆ operator=()