#include <arcball.h>
|
| 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 | |
| |
Definition at line 63 of file arcball.h.
◆ M00
◆ M01
◆ M02
◆ M10
◆ M11
◆ M12
◆ M20
◆ M21
◆ M22
◆ [struct]
| struct { ... } Matrix3fT::s |
◆ SX
◆ SY
◆ SZ
◆ XX
◆ XY
◆ XZ
◆ YX
◆ YY
◆ YZ
◆ ZX
◆ ZY
◆ ZZ
The documentation for this union was generated from the following file: