GearLoader 1.1.0
Mod loader for GGXXACPR
Loading...
Searching...
No Matches
ggxxacpr::Angle Struct Reference

Public Member Functions

float degrees ()
 degree approximation
float radian ()
 radian approximation

Data Fields

uint16_t rawValue
 65536 units per full rotation (i.e. UINT16_MAX)

Member Function Documentation

◆ degrees()

float ggxxacpr::Angle::degrees ( )
inline

degree approximation

597{ return rawValue / 182.0444F; }
uint16_t rawValue
65536 units per full rotation (i.e. UINT16_MAX)
Definition ggxxacpr.hpp:593

◆ radian()

float ggxxacpr::Angle::radian ( )
inline

radian approximation

601{ return rawValue / 10430.378F; }

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