Graphviz 14.0.2~dev.20251008.0253
Loading...
Searching...
No Matches
Matrix4fT Union Reference

#include <arcball.h>

Data Fields

float M [16]
 
struct { 
 
   float   XX 
 
   float   XY 
 
   float   XZ 
 
   float   XW 
 
   float   YX 
 
   float   YY 
 
   float   YZ 
 
   float   YW 
 
   float   ZX 
 
   float   ZY 
 
   float   ZZ 
 
   float   ZW 
 
};  
 

Detailed Description

Definition at line 109 of file arcball.h.

Field Documentation

◆ [struct]

struct { ... } Matrix4fT

◆ M

float Matrix4fT::M[16]

Definition at line 110 of file arcball.h.

Referenced by drawRotatingAxis(), and glupdatecamera().

◆ XW

float Matrix4fT::XW

Definition at line 115 of file arcball.h.

◆ XX

float Matrix4fT::XX

Definition at line 112 of file arcball.h.

◆ XY

float Matrix4fT::XY

Definition at line 113 of file arcball.h.

◆ XZ

float Matrix4fT::XZ

Definition at line 114 of file arcball.h.

◆ YW

float Matrix4fT::YW

Definition at line 119 of file arcball.h.

◆ YX

float Matrix4fT::YX

Definition at line 116 of file arcball.h.

◆ YY

float Matrix4fT::YY

Definition at line 117 of file arcball.h.

◆ YZ

float Matrix4fT::YZ

Definition at line 118 of file arcball.h.

◆ ZW

float Matrix4fT::ZW

Definition at line 123 of file arcball.h.

◆ ZX

float Matrix4fT::ZX

Definition at line 120 of file arcball.h.

◆ ZY

float Matrix4fT::ZY

Definition at line 121 of file arcball.h.

◆ ZZ

float Matrix4fT::ZZ

Definition at line 122 of file arcball.h.


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