EvEmu
0.8.4
11 September 2021
|
#include "GaMath.h"
Static Public Member Functions | |
static GaFloat | squareRoot (GaFloat f) |
static GaFloat | arcCosine (const GaFloat &r) |
static GaFloat | arcTangent (const GaFloat &r) |
static GaFloat | arcTangent (const GaFloat &x, const GaFloat &y) |
static GaFloat | cosine (const GaFloat &r) |
static GaFloat | sine (const GaFloat &r) |
static GaFloat | absolute (GaFloat f) |
Static Public Attributes | |
static const GaExport GaFloat | GaPi = 3.1415926535897932384626433832795 |
static const GaExport GaFloat | GaDegreesInRadian = 180.0 / GaPi |
static const GaExport GaFloat | GaRadianInDegree = GaPi / 180.0 |
static const GaExport GaFloat | GaEpsilon = FLT_EPSILON |
static const GaExport GaFloat | GaMinFloat = FLT_MIN |
static const GaExport GaFloat | GaMaxFloat = FLT_MAX |
Definition at line 41 of file GaMath.h.
Referenced by Ga::GaVec3::rotationTo().
Definition at line 43 of file GaMath.h.
Referenced by Ga::GaQuat::GaQuat().
Definition at line 44 of file GaMath.h.
Referenced by Ga::GaQuat::GaQuat().
Definition at line 39 of file GaMath.h.
Referenced by Ga::GaVec3::distance(), Ga::GaQuat::GaQuat(), and Ga::GaVec3::length().
Definition at line 32 of file GaMath.h.
Referenced by Ga::GaRadian::GaRadian(), and Ga::GaVec3::rotationTo().
|
static |
Definition at line 34 of file GaMath.h.
Referenced by Ga::GaVec3::normalize().
|
static |
Definition at line 31 of file GaMath.h.
Referenced by Ga::GaVec3::angle().
Definition at line 33 of file GaMath.h.
Referenced by Ga::GaDegree::GaDegree().