Arcade
|
This is the complete list of members for GameAPI.Mathf, including all inherited members.
Atan2(float y, float x) | GameAPI.Mathf | inlinestatic |
Ceiling(float val) | GameAPI.Mathf | inlinestatic |
CeilingToInt(float val) | GameAPI.Mathf | inlinestatic |
Clamp(float val, float min, float max) | GameAPI.Mathf | inlinestatic |
Clamp(int val, int min, int max) | GameAPI.Mathf | inlinestatic |
Cos(float radians) | GameAPI.Mathf | inlinestatic |
Floor(float val) | GameAPI.Mathf | inlinestatic |
FloorToInt(float val) | GameAPI.Mathf | inlinestatic |
LinesIntersect(Vector2F a0, Vector2F a1, Vector2F b0, Vector2F b1) | GameAPI.Mathf | inlinestatic |
LinesIntersect(Vector2F a0, Vector2F a1, Vector2F b0, Vector2F b1, out Vector2F pos) | GameAPI.Mathf | inlinestatic |
Log(float val) | GameAPI.Mathf | inlinestatic |
Log(float val, float newBase) | GameAPI.Mathf | inlinestatic |
PI | GameAPI.Mathf | |
Pow(float val, float pow) | GameAPI.Mathf | inlinestatic |
Random() | GameAPI.Mathf | inlinestatic |
Random(int max) | GameAPI.Mathf | inlinestatic |
Random(int min, int max) | GameAPI.Mathf | inlinestatic |
Random(float max) | GameAPI.Mathf | inlinestatic |
Random(float min, float max) | GameAPI.Mathf | inlinestatic |
RandomUnitVector() | GameAPI.Mathf | inlinestatic |
RandomVector() | GameAPI.Mathf | inlinestatic |
Round(float val) | GameAPI.Mathf | inlinestatic |
RoundToInt(float val) | GameAPI.Mathf | inlinestatic |
Sin(float radians) | GameAPI.Mathf | inlinestatic |
Sqrt(float val) | GameAPI.Mathf | inlinestatic |
Tan(float radians) | GameAPI.Mathf | inlinestatic |