Core::TrackingResult
#include "Core/Nodes/Tracking.h"
Public Functions
| Name | |
|---|---|
| void | reset() |
Public Attributes
| Name | |
|---|---|
| std::size_t | fullMatricesCount |
| glm::mat4 | interpolatedMatrix |
| ID | interpolatedTransformID |
| std::map< ID, float > | trackingProgress |
| std::map< ID, TransformInfo > | transformInfo |
Public Functions Documentation
function reset
cpp
inline void reset()inline void reset()Public Attributes Documentation
variable fullMatricesCount
cpp
std::size_t fullMatricesCount = 0;std::size_t fullMatricesCount = 0;variable interpolatedMatrix
cpp
glm::mat4 interpolatedMatrix {1.0f};glm::mat4 interpolatedMatrix {1.0f};variable interpolatedTransformID
cpp
ID interpolatedTransformID = 0;ID interpolatedTransformID = 0;variable trackingProgress
cpp
std::map< ID, float > trackingProgress;std::map< ID, float > trackingProgress;variable transformInfo
cpp
std::map< ID, TransformInfo > transformInfo;std::map< ID, TransformInfo > transformInfo;Updated on 2025-09-07 at 16:13:51 +0000