AnglesF Methods |
The AnglesF type exposes the following members.
Name | Description | |
---|---|---|
Clamp |
Restricts the current instance of AnglesF to be within a specified range.
| |
Equals(Object) |
Determines whether the specified object is equal to the current instance of AnglesF.
(Overrides ValueTypeEquals(Object).) | |
Equals(AnglesF, Single) |
Determines whether the specified Euler angles are equal to the current instance of AnglesF
with a given precision.
| |
GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Normalize180 |
Restricts the current instance of AnglesF to be within a range [-180, 180].
| |
Normalize360 |
Restricts the current instance of AnglesF to be within a range [0, 360].
| |
Parse |
Converts a string representation of Euler angles into the equivalent AnglesF structure.
| |
ToAngles | ||
ToQuaternion |
Converts the current instance of AnglesF into the equivalent QuaternionF structure.
| |
ToString | (Overrides ValueTypeToString.) | |
ToString(Int32) |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |