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

#include <arcball.h>

Data Fields

float M [16]
 
struct { 
 
   union { 
 
      float   M00 
 
      float   XX 
 
      float   SX 
 
   }  
 
   union { 
 
      float   M10 
 
      float   XY 
 
   }  
 
   union { 
 
      float   M20 
 
      float   XZ 
 
   }  
 
   union { 
 
      float   M30 
 
      float   XW 
 
   }  
 
   union { 
 
      float   M01 
 
      float   YX 
 
   }  
 
   union { 
 
      float   M11 
 
      float   YY 
 
      float   SY 
 
   }  
 
   union { 
 
      float   M21 
 
      float   YZ 
 
   }  
 
   union { 
 
      float   M31 
 
      float   YW 
 
   }  
 
   union { 
 
      float   M02 
 
      float   ZX 
 
   }  
 
   union { 
 
      float   M12 
 
      float   ZY 
 
   }  
 
   union { 
 
      float   M22 
 
      float   ZZ 
 
      float   SZ 
 
   }  
 
   union { 
 
      float   M32 
 
      float   ZW 
 
   }  
 
   union { 
 
      float   M03 
 
      float   TX 
 
   }  
 
   union { 
 
      float   M13 
 
      float   TY 
 
   }  
 
   union { 
 
      float   M23 
 
      float   TZ 
 
   }  
 
   union { 
 
      float   M33 
 
      float   TW 
 
      float   SW 
 
   }  
 
s 
 

Detailed Description

Definition at line 121 of file arcball.h.

Field Documentation

◆ M

float Matrix4fT::M[16]

Definition at line 122 of file arcball.h.

Referenced by drawRotatingAxis(), and glupdatecamera().

◆ M00

float Matrix4fT::M00

Definition at line 126 of file arcball.h.

◆ M01

float Matrix4fT::M01

Definition at line 143 of file arcball.h.

◆ M02

float Matrix4fT::M02

Definition at line 160 of file arcball.h.

◆ M03

float Matrix4fT::M03

Definition at line 177 of file arcball.h.

◆ M10

float Matrix4fT::M10

Definition at line 131 of file arcball.h.

◆ M11

float Matrix4fT::M11

Definition at line 147 of file arcball.h.

◆ M12

float Matrix4fT::M12

Definition at line 164 of file arcball.h.

◆ M13

float Matrix4fT::M13

Definition at line 181 of file arcball.h.

◆ M20

float Matrix4fT::M20

Definition at line 135 of file arcball.h.

◆ M21

float Matrix4fT::M21

Definition at line 152 of file arcball.h.

◆ M22

float Matrix4fT::M22

Definition at line 168 of file arcball.h.

◆ M23

float Matrix4fT::M23

Definition at line 185 of file arcball.h.

◆ M30

float Matrix4fT::M30

Definition at line 139 of file arcball.h.

◆ M31

float Matrix4fT::M31

Definition at line 156 of file arcball.h.

◆ M32

float Matrix4fT::M32

Definition at line 173 of file arcball.h.

◆ M33

float Matrix4fT::M33

Definition at line 189 of file arcball.h.

◆ [struct]

struct { ... } Matrix4fT::s

◆ SW

float Matrix4fT::SW

Definition at line 191 of file arcball.h.

◆ SX

float Matrix4fT::SX

Definition at line 128 of file arcball.h.

◆ SY

float Matrix4fT::SY

Definition at line 149 of file arcball.h.

◆ SZ

float Matrix4fT::SZ

Definition at line 170 of file arcball.h.

◆ TW

float Matrix4fT::TW

Definition at line 190 of file arcball.h.

◆ TX

float Matrix4fT::TX

Definition at line 178 of file arcball.h.

◆ TY

float Matrix4fT::TY

Definition at line 182 of file arcball.h.

◆ TZ

float Matrix4fT::TZ

Definition at line 186 of file arcball.h.

◆ XW

float Matrix4fT::XW

Definition at line 140 of file arcball.h.

◆ XX

float Matrix4fT::XX

Definition at line 127 of file arcball.h.

◆ XY

float Matrix4fT::XY

Definition at line 132 of file arcball.h.

◆ XZ

float Matrix4fT::XZ

Definition at line 136 of file arcball.h.

◆ YW

float Matrix4fT::YW

Definition at line 157 of file arcball.h.

◆ YX

float Matrix4fT::YX

Definition at line 144 of file arcball.h.

◆ YY

float Matrix4fT::YY

Definition at line 148 of file arcball.h.

◆ YZ

float Matrix4fT::YZ

Definition at line 153 of file arcball.h.

◆ ZW

float Matrix4fT::ZW

Definition at line 174 of file arcball.h.

◆ ZX

float Matrix4fT::ZX

Definition at line 161 of file arcball.h.

◆ ZY

float Matrix4fT::ZY

Definition at line 165 of file arcball.h.

◆ ZZ

float Matrix4fT::ZZ

Definition at line 169 of file arcball.h.


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