|
solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
|
#include <linear_alg.h>
Public Attributes | |
| Vec3 | v0 |
| Vec3 | v1 |
| Vec3 | v2 |
Orthonormal basis consisting of three mutually perpendicular unit vectors. Forms a right-handed coordinate system.
Definition at line 20 of file linear_alg.h.
| Vec3 OrthonormalBasis::v0 |
Right vector.
Definition at line 21 of file linear_alg.h.
| Vec3 OrthonormalBasis::v1 |
Up vector.
Definition at line 22 of file linear_alg.h.
| Vec3 OrthonormalBasis::v2 |
Forward vector.
Definition at line 23 of file linear_alg.h.