|
Rerun C++ SDK
|
Datatype: Angle in radians. More...
#include <rerun/datatypes/angle.hpp>
Static Public Member Functions | |
| static Angle | radians (float radians_) |
| New angle in radians. | |
| static Angle | degrees (float degrees_) |
| New angle in degrees. | |
Public Attributes | |
| float | angle_radians |
| Angle in radians. One turn is equal to 2π (or τ) radians. | |
Datatype: Angle in radians.
|
inlinestatic |
New angle in degrees.
Converts to radians to store the angle.