|
Astra SDK
v2.1.3
|
Represents a 3x3 rotation matrix 更多...
#include <astra_ctypes.h>
Public 属性 | |
| union { | |
| struct { | |
| astra_vector3f_t xAxis | |
| astra_vector3f_t yAxis | |
| astra_vector3f_t zAxis | |
| } | |
| struct { | |
| float m00 | |
| float m10 | |
| float m20 | |
| float m01 | |
| float m11 | |
| float m21 | |
| float m02 | |
| float m12 | |
| float m22 | |
| } | |
| }; | |
Represents a 3x3 rotation matrix