EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Ga::GaRadian Class Reference

#include "GaTypes.h"

Public Member Functions

GaExpInl GaRadian ()
 
GaExpInl GaRadian (GaFloat a)
 
GaExpInl GaRadian (const GaDegree &a)
 

Public Attributes

GaFloat r
 

Detailed Description

Definition at line 453 of file GaTypes.h.

Constructor & Destructor Documentation

GaExpInl Ga::GaRadian::GaRadian ( )
inline

Definition at line 456 of file GaTypes.h.

456 { r = 0; }
GaFloat r
Definition: GaTypes.h:460
GaExpInl Ga::GaRadian::GaRadian ( GaFloat  a)
inline

Definition at line 457 of file GaTypes.h.

457 { r = a; }
GaFloat r
Definition: GaTypes.h:460
GaExpInl Ga::GaRadian::GaRadian ( const GaDegree a)
inline

Definition at line 458 of file GaTypes.h.

References Ga::GaDegree::d, and Ga::Math::GaDegreesInRadian.

458 { r = a.d * Math::GaDegreesInRadian; }
static const GaExport GaFloat GaDegreesInRadian
Definition: GaMath.h:32
GaFloat r
Definition: GaTypes.h:460

Member Data Documentation

GaFloat Ga::GaRadian::r

Definition at line 460 of file GaTypes.h.

Referenced by Ga::GaDegree::GaDegree(), and Ga::GaQuat::GaQuat().


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