Hexagon
|
This is the complete list of members for Hexath, including all inherited members.
ClampMax(this float value, float max) | Hexath | inlinestatic |
ClampMax(this int value, int max) | Hexath | inlinestatic |
ClampMin(this float value, float min) | Hexath | inlinestatic |
ClampMin(this int value, int min) | Hexath | inlinestatic |
GetCirclePointDegrees(float radius, float angle) | Hexath | inlinestatic |
GetCirclePointRadians(float radius, float angle) | Hexath | inlinestatic |
GreatestCommonFactor(int a, int b) | Hexath | inlinestatic |
GreatestCommonFactor(int[] values) | Hexath | inlinestatic |
HALF_PI | Hexath | static |
HALF_SQRT_2 | Hexath | static |
LeastCommonMultiple(int a, int b) | Hexath | inlinestatic |
LeastCommonMultiple(int[] values) | Hexath | inlinestatic |
NearlyEquals(this float a, float b, double epsilon=1E-5) | Hexath | inlinestatic |
NearlyEqualsPositive(this float a, float b, double epsilon=1E-5) | Hexath | inlinestatic |
QUARTER_PI | Hexath | static |
Ramp(float value, float slideThreshold, float holdValue) | Hexath | inlinestatic |
Remap(this float value, float minFrom, float maxFrom, float minTo, float maxTo) | Hexath | inlinestatic |
SnapNumberToStep(this float number, float step) | Hexath | inlinestatic |
SQRT_2 | Hexath | static |
SQRT_3 | Hexath | static |
Ternarsign(float value) | Hexath | inlinestatic |
TWO_PI | Hexath | static |