Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::RotationAxisAngle Struct Reference

Component: 3D rotation represented by a rotation around a given axis. More...

#include <rerun/components/rotation_axis_angle.hpp>

Public Member Functions

 RotationAxisAngle (rerun::datatypes::RotationAxisAngle rotation_)
 
RotationAxisAngleoperator= (rerun::datatypes::RotationAxisAngle rotation_)
 
 operator rerun::datatypes::RotationAxisAngle () const
 Cast to the underlying RotationAxisAngle datatype.
 

Public Attributes

rerun::datatypes::RotationAxisAngle rotation
 

Detailed Description

Component: 3D rotation represented by a rotation around a given axis.

If normalization of the rotation axis fails the rotation is treated as an invalid transform, unless the angle is zero in which case it is treated as an identity.


The documentation for this struct was generated from the following file: