Definition at line 307 of file ImGuizmo.cpp.
 
◆ matrix_t() [1/2]
  
  
      
        
          | ImGuizmo::matrix_t::matrix_t  | 
          ( | 
          const matrix_t & |           other | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ matrix_t() [2/2]
  
  
      
        
          | ImGuizmo::matrix_t::matrix_t  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetDeterminant()
  
  
      
        
          | float ImGuizmo::matrix_t::GetDeterminant  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ Inverse()
      
        
          | float ImGuizmo::matrix_t::Inverse  | 
          ( | 
          const matrix_t & |           srcMatrix,  | 
        
        
           | 
           | 
          bool |           affine = false ) | 
        
      
 
 
◆ Multiply() [1/2]
◆ Multiply() [2/2]
  
  
      
        
          | void ImGuizmo::matrix_t::Multiply  | 
          ( | 
          const matrix_t & |           matrix | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator const float *()
  
  
      
        
          | ImGuizmo::matrix_t::operator const float *  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator float *()
  
  
      
        
          | ImGuizmo::matrix_t::operator float *  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator*()
◆ operator*=()
◆ OrthoNormalize()
  
  
      
        
          | void ImGuizmo::matrix_t::OrthoNormalize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ RotationAxis()
      
        
          | void ImGuizmo::matrix_t::RotationAxis  | 
          ( | 
          const vec_t & |           axis,  | 
        
        
           | 
           | 
          float |           angle ) | 
        
      
 
 
◆ Scale() [1/2]
  
  
      
        
          | void ImGuizmo::matrix_t::Scale  | 
          ( | 
          const vec_t & |           s | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Scale() [2/2]
  
  
      
        
          | void ImGuizmo::matrix_t::Scale  | 
          ( | 
          float |           _x,  | 
         
        
           | 
           | 
          float |           _y,  | 
         
        
           | 
           | 
          float |           _z ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetToIdentity()
  
  
      
        
          | void ImGuizmo::matrix_t::SetToIdentity  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Translation() [1/2]
  
  
      
        
          | void ImGuizmo::matrix_t::Translation  | 
          ( | 
          const vec_t & |           vt | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Translation() [2/2]
  
  
      
        
          | void ImGuizmo::matrix_t::Translation  | 
          ( | 
          float |           _x,  | 
         
        
           | 
           | 
          float |           _y,  | 
         
        
           | 
           | 
          float |           _z ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ Transpose()
  
  
      
        
          | void ImGuizmo::matrix_t::Transpose  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ [union]
◆ component
      
        
          | vec_t ImGuizmo::matrix_t::component[4] | 
        
      
 
 
◆ dir
      
        
          | vec_t ImGuizmo::matrix_t::dir | 
        
      
 
 
      
        
          | float ImGuizmo::matrix_t::m[4][4] | 
        
      
 
 
◆ m16
      
        
          | float ImGuizmo::matrix_t::m16[16] | 
        
      
 
 
◆ position
      
        
          | vec_t ImGuizmo::matrix_t::position | 
        
      
 
 
◆ right
      
        
          | vec_t ImGuizmo::matrix_t::right | 
        
      
 
 
◆ up
      
        
          | vec_t ImGuizmo::matrix_t::up | 
        
      
 
 
◆ [struct]
      
        
          | struct  { ... }  ImGuizmo::matrix_t::v | 
        
      
 
 
The documentation for this struct was generated from the following file:
- D:/Peridyno/peridyno/src/Rendering/GUI/ImWidgets/ImGuizmo.cpp