SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
WAI : Where Am I: Collection of duplicate structs for vectors. More...
Classes | |
struct | V2 |
struct | V3 |
struct | M3x3 |
struct | M4x4 |
class | ModeOrbSlam2 |
Enumerations | |
enum | TrackingState { TrackingState_None , TrackingState_Idle , TrackingState_Initializing , TrackingState_TrackingOK , TrackingState_TrackingLost } |
Functions | |
V3 | v3 (float x, float y, float z) |
V3 | subV3 (V3 v1, V3 v2) |
M3x3 | identityM3x3 () |
M3x3 | multM3x3 (M3x3 m1, M3x3 m2) |
V3 | multM3x3V3 (M3x3 m, V3 v) |
M3x3 | rotateXM3x3 (float theta) |
WAI : Where Am I: Collection of duplicate structs for vectors.
enum WAI::TrackingState |
Enumerator | |
---|---|
TrackingState_None | |
TrackingState_Idle | |
TrackingState_Initializing | |
TrackingState_TrackingOK | |
TrackingState_TrackingLost |
Definition at line 26 of file WAIModeOrbSlam2.h.
|
inline |