![]() |
ImFusion C++ SDK 4.5.0
|
#include <ImFusion/Base/Utils/TransformLogger.h>
Support for logging transforms as coordinate systems in the Display. More...
Support for logging transforms as coordinate systems in the Display.
Run the TransformLogger algorithm in the ImFusionSuite to start displaying the logged transforms. Use addTranform with a matrix to display a GlCoordinateSystem in the Display, with the given name
Static Public Member Functions | |
| static void | addTransform (const mat4 &matrix, const std::string &name="") |
| Add a transform to the Display. | |
| template<auto To, auto From> | |
| static void | addTransform (const Transform< To, From, mat4 > &transform, const std::string &name="") |
| template<auto To, auto From> | |
| static void | addTransform (const Transform< To, From, isom3 > &transform, const std::string &name="") |
|
static |
Add a transform to the Display.
| matrix | 4x4 transformation matrix |
| name | Name for the coordinate system |