|
| | MyBounds (float min, float max, float def) |
| |
| float | Normalize (float value) |
| | Normalize value inside the bounds so that 0 is Min and 1 is Max. More...
|
| |
| float | Clamp (float value) |
| |
| override string | ToString () |
| |
Definition at line 8 of file MyBounds.cs.
| VRageMath.MyBounds.MyBounds |
( |
float |
min, |
|
|
float |
max, |
|
|
float |
def |
|
) |
| |
|
inline |
| float VRageMath.MyBounds.Clamp |
( |
float |
value | ) |
|
|
inline |
| float VRageMath.MyBounds.Normalize |
( |
float |
value | ) |
|
|
inline |
Normalize value inside the bounds so that 0 is Min and 1 is Max.
Definition at line 24 of file MyBounds.cs.
| override string VRageMath.MyBounds.ToString |
( |
| ) |
|
|
inline |
| float VRageMath.MyBounds.Default |
| float VRageMath.MyBounds.Max |
| float VRageMath.MyBounds.Min |
The documentation for this struct was generated from the following file: