Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
Matrix3fT Union Reference

#include <arcball.h>

Data Fields

float M [9]
 
struct { 
 
   union { 
 
      float   M00 
 
      float   XX 
 
      float   SX 
 
   }  
 
   union { 
 
      float   M10 
 
      float   XY 
 
   }  
 
   union { 
 
      float   M20 
 
      float   XZ 
 
   }  
 
   union { 
 
      float   M01 
 
      float   YX 
 
   }  
 
   union { 
 
      float   M11 
 
      float   YY 
 
      float   SY 
 
   }  
 
   union { 
 
      float   M21 
 
      float   YZ 
 
   }  
 
   union { 
 
      float   M02 
 
      float   ZX 
 
   }  
 
   union { 
 
      float   M12 
 
      float   ZY 
 
   }  
 
   union { 
 
      float   M22 
 
      float   ZZ 
 
      float   SZ 
 
   }  
 
s 
 

Detailed Description

Definition at line 75 of file arcball.h.

Field Documentation

◆ M

float Matrix3fT::M[9]

Definition at line 76 of file arcball.h.

◆ M00

float Matrix3fT::M00

Definition at line 80 of file arcball.h.

◆ M01

float Matrix3fT::M01

Definition at line 93 of file arcball.h.

◆ M02

float Matrix3fT::M02

Definition at line 106 of file arcball.h.

◆ M10

float Matrix3fT::M10

Definition at line 85 of file arcball.h.

◆ M11

float Matrix3fT::M11

Definition at line 97 of file arcball.h.

◆ M12

float Matrix3fT::M12

Definition at line 110 of file arcball.h.

◆ M20

float Matrix3fT::M20

Definition at line 89 of file arcball.h.

◆ M21

float Matrix3fT::M21

Definition at line 102 of file arcball.h.

◆ M22

float Matrix3fT::M22

Definition at line 114 of file arcball.h.

◆ [struct]

struct { ... } Matrix3fT::s

◆ SX

float Matrix3fT::SX

Definition at line 82 of file arcball.h.

◆ SY

float Matrix3fT::SY

Definition at line 99 of file arcball.h.

◆ SZ

float Matrix3fT::SZ

Definition at line 116 of file arcball.h.

◆ XX

float Matrix3fT::XX

Definition at line 81 of file arcball.h.

◆ XY

float Matrix3fT::XY

Definition at line 86 of file arcball.h.

◆ XZ

float Matrix3fT::XZ

Definition at line 90 of file arcball.h.

◆ YX

float Matrix3fT::YX

Definition at line 94 of file arcball.h.

◆ YY

float Matrix3fT::YY

Definition at line 98 of file arcball.h.

◆ YZ

float Matrix3fT::YZ

Definition at line 103 of file arcball.h.

◆ ZX

float Matrix3fT::ZX

Definition at line 107 of file arcball.h.

◆ ZY

float Matrix3fT::ZY

Definition at line 111 of file arcball.h.

◆ ZZ

float Matrix3fT::ZZ

Definition at line 115 of file arcball.h.


The documentation for this union was generated from the following file: