Jungle_Week1_Team2
Loading...
Searching...
No Matches
FMath Struct Reference

#include <MathUtility.h>

Static Public Member Functions

static constexpr float DegreesToRadians (float Degrees)
static constexpr float RadiansToDegrees (float Radians)

Static Public Attributes

static constexpr float PI = 3.14159265358979323846f
static constexpr float InvPI = 0.31830988618379067154f
static constexpr float HalfPI = 1.57079632679489661923f
static constexpr float TwoPi = 6.28318530717958647692f
static constexpr float SmallNumber = 1.e-8f
static constexpr float KindaSmallNumber = 1.e-4f

Member Function Documentation

◆ DegreesToRadians()

constexpr float FMath::DegreesToRadians ( float Degrees)
inlinestaticconstexpr

◆ RadiansToDegrees()

constexpr float FMath::RadiansToDegrees ( float Radians)
inlinestaticconstexpr

Member Data Documentation

◆ HalfPI

float FMath::HalfPI = 1.57079632679489661923f
staticconstexpr

◆ InvPI

float FMath::InvPI = 0.31830988618379067154f
staticconstexpr

◆ KindaSmallNumber

float FMath::KindaSmallNumber = 1.e-4f
staticconstexpr

◆ PI

float FMath::PI = 3.14159265358979323846f
staticconstexpr

◆ SmallNumber

float FMath::SmallNumber = 1.e-8f
staticconstexpr

◆ TwoPi

float FMath::TwoPi = 6.28318530717958647692f
staticconstexpr

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