![]() |
VR-Forces Developer's Guide
|
This is the complete list of members for makVrv::DtMath, including all inherited members.
| Abs(T val) | makVrv::DtMath | inlinestatic |
| Abs(int val) | makVrv::DtMath | inlinestatic |
| clamp(T val, T minval, T maxval) | makVrv::DtMath | static |
| clamp(const DtVector2< T > &val, const DtVector2< T > &minval, const DtVector2< T > &maxval) | makVrv::DtMath | static |
| clamp(const DtVector3< T > &val, const DtVector3< T > &minval, const DtVector3< T > &maxval) | makVrv::DtMath | static |
| clamp(const DtVector4< T > &val, const DtVector4< T > &minval, const DtVector4< T > &maxval) | makVrv::DtMath | static |
| Cos(T val) | makVrv::DtMath | inlinestatic |
| Cos(const DtDegrees &val) | makVrv::DtMath | static |
| formatBytes(uint64_t sizeInBytes) | makVrv::DtMath | static |
| fractional(double val) | makVrv::DtMath | static |
| getLowerPowerOfTwo(uint32 val) | makVrv::DtMath | static |
| GetNormalizedValueRespectingLength(T val) | makVrv::DtMath | static |
| getUpperPowerOfTwo(uint32 val) | makVrv::DtMath | static |
| Gravity | makVrv::DtMath | static |
| isEqual(int32 lhs, int32 rhs, int32 tolerance=std::numeric_limits< int32 >::epsilon()) | makVrv::DtMath | static |
| isEqual(uint32 lhs, uint32 rhs, uint32 tolerance=std::numeric_limits< uint32 >::epsilon()) | makVrv::DtMath | static |
| isEqual(float32 lhs, float32 rhs, float32 tolerance=std::numeric_limits< float32 >::epsilon()) | makVrv::DtMath | static |
| isEqual(float64 lhs, float64 rhs, float64 tolerance=std::numeric_limits< float64 >::epsilon()) | makVrv::DtMath | static |
| isFinite(T n) | makVrv::DtMath | static |
| isPowerOf2(uint32 i) | makVrv::DtMath | static |
| lerp(T a, T b, T t) | makVrv::DtMath | inlinestatic |
| lerp(const DtVector2< T > &va, const DtVector2< T > &vb, const T t) | makVrv::DtMath | inlinestatic |
| lerp(const DtVector3< T > &va, const DtVector3< T > &vb, const T t) | makVrv::DtMath | inlinestatic |
| lerp(const DtVector4< T > &va, const DtVector4< T > &vb, const T t) | makVrv::DtMath | inlinestatic |
| linePlaneIntersection(const DtVector3< T > &linePoint1, const DtVector3< T > &linePoint2, const DtVector3< T > &planePoint, const DtVector3< T > &planeNormal, DtVector3< T > &intersect, float &w) | makVrv::DtMath | static |
| m_fConvertToDegrees | makVrv::DtMath | static |
| m_fConvertToRadians | makVrv::DtMath | static |
| Max(T lhs, T rhs) | makVrv::DtMath | static |
| Min(T lhs, T rhs) | makVrv::DtMath | static |
| negativeInfinity(void) | makVrv::DtMath | inlinestatic |
| nextPowerOf2(uint32 i) | makVrv::DtMath | static |
| NumDigits(T val) | makVrv::DtMath | static |
| PI | makVrv::DtMath | static |
| PI_BY_2 | makVrv::DtMath | static |
| PI_BY_3 | makVrv::DtMath | static |
| PI_BY_4 | makVrv::DtMath | static |
| PI_BY_6 | makVrv::DtMath | static |
| positiveInfinity(void) | makVrv::DtMath | inlinestatic |
| radiansPerSecToRpm(T radiansPerSec) | makVrv::DtMath | static |
| randomBool(void) | makVrv::DtMath | static |
| rangeRandom(int iLow, int iHigh) | makVrv::DtMath | static |
| rangeRandom(float32 fLow, float32 fHigh) | makVrv::DtMath | static |
| rangeRandom(float64 fLow, float64 fHigh) | makVrv::DtMath | static |
| rpmToRadiansPerSec(T rpm) | makVrv::DtMath | static |
| Sin(T val) | makVrv::DtMath | inlinestatic |
| Sin(const DtDegrees &val) | makVrv::DtMath | static |
| Sqrt(T val) | makVrv::DtMath | inlinestatic |
| Squared(T val) | makVrv::DtMath | inlinestatic |
| Tan(T val) | makVrv::DtMath | inlinestatic |
| Tan(const DtDegrees &val) | makVrv::DtMath | static |
| tilelog2(unsigned int x) | makVrv::DtMath | static |
| toCartesian(T thetaDegrees, T phiDegrees, bool flipYZ) | makVrv::DtMath | static |
| TWO_PI | makVrv::DtMath | static |
| unitRandom32(void) | makVrv::DtMath | static |
| unitRandom64(void) | makVrv::DtMath | static |