|
Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
A 3x3 Matrix type definition. More...
#include <geometry_datatypes.h>
Data Fields | |
| union { | |
| float row1 [3] | |
| < 3 element row 1 | |
| vec_3d vec1 | |
| }; | |
| union { | |
| float row2 [3] | |
| < 3 element row 2 | |
| vec_3d vec2 | |
| }; | |
| union { | |
| float row3 [3] | |
| < 3 element row 3 | |
| vec_3d vec3 | |
| }; | |
A 3x3 Matrix type definition.