Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
WMath Member List

This is the complete list of members for WMath, including all inherited members.

Clamp(int value, int min, int max)WMathstatic
Clamp(float value, float min, float max)WMathstatic
DegreesToRadians(float degrees)WMathstatic
Floor(float val)WMathstatic
Lerp(float a, float b, float t)WMathstatic
Pad32Delta(long inPos)WMathstatic
RadiansToDegrees(float radians)WMathstatic
RayIntersectsAABB(FRay ray, Vector3 aabbMin, Vector3 aabbMax, out float intersectionDistance)WMathstatic
RayIntersectsTriangle(FRay ray, Vector3 v1, Vector3 v2, Vector3 v3, bool oneSided, out float intersectionDistance)WMathstatic
RotationFloatToShort(float rotation)WMathstatic
RotationShortToFloat(short rotation)WMathstatic
TransformRay(FRay ray, Vector3 position, Vector3 scale, Quaternion rotation)WMathstatic