VRageMath
MyBounds
Assembly: VRage.Math.dll
public struct MyBounds
Fields
| Member | Description |
|---|---|
| Default | |
| Max | |
| Min |
Constructors
| Member | Description |
|---|---|
| MyBounds(float, float, float) |
Methods
| Member | Description |
|---|---|
| Clamp(float) | |
| Normalize(float) | Normalize value inside the bounds so that 0 is Min and 1 is Max. |
| ToString() |