Definition at line 8 of file SerializableRange.cs.
VRageMath.SerializableRange.SerializableRange |
( |
float |
min, |
|
|
float |
max |
|
) |
| |
|
inline |
When the range is an angle this method changes it to the cosines of the angle.
The angle is expected to be in degrees.
Also beware that cosine is a decreasing function in [0,90], for that reason the minimum and maximum are swaped.
Definition at line 41 of file SerializableRange.cs.
When the range is an angle this method changes it to the sines of the angle.
The angle is expected to be in degrees.
Definition at line 55 of file SerializableRange.cs.
override string VRageMath.SerializableRange.ToString |
( |
| ) |
|
|
inline |
string VRageMath.SerializableRange.ToStringAcos |
( |
| ) |
|
|
inline |
string VRageMath.SerializableRange.ToStringAsin |
( |
| ) |
|
|
inline |
string VRageMath.SerializableRange.ToStringLongitude |
( |
| ) |
|
|
inline |
bool VRageMath.SerializableRange.ValueBetween |
( |
float |
value | ) |
|
|
inline |
float VRageMath.SerializableRange.Max |
float VRageMath.SerializableRange.Min |
The documentation for this struct was generated from the following file: