Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::datatypes::Angle Struct Reference

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.
 

Detailed Description

Datatype: Angle in radians.

Member Function Documentation

◆ degrees()

static Angle rerun::datatypes::Angle::degrees ( float  degrees_)
inlinestatic

New angle in degrees.

Converts to radians to store the angle.


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