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

#include "GaTypes.h"

Public Member Functions

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

Public Attributes

GaFloat d
 

Detailed Description

Definition at line 443 of file GaTypes.h.

Constructor & Destructor Documentation

GaExpInl Ga::GaDegree::GaDegree ( )
inline

Definition at line 446 of file GaTypes.h.

446 { d = 0; }
GaFloat d
Definition: GaTypes.h:450
GaExpInl Ga::GaDegree::GaDegree ( GaFloat  a)
inline

Definition at line 447 of file GaTypes.h.

447 { d = a; }
GaFloat d
Definition: GaTypes.h:450
GaDegree::GaDegree ( const GaRadian a)

Definition at line 352 of file GaTypes.cpp.

References d, Ga::Math::GaRadianInDegree, and Ga::GaRadian::r.

353 {
354  d = a.r * Math::GaRadianInDegree;
355 }
GaFloat d
Definition: GaTypes.h:450
GaFloat r
Definition: GaTypes.h:460
static const GaExport GaFloat GaRadianInDegree
Definition: GaMath.h:33

Member Data Documentation

GaFloat Ga::GaDegree::d

Definition at line 450 of file GaTypes.h.

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


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