Click or drag to resize

AnglesF Methods

The AnglesF type exposes the following members.

Methods
 NameDescription
Public methodClamp Restricts the current instance of AnglesF to be within a specified range.
Public methodEquals(Object) Determines whether the specified object is equal to the current instance of AnglesF.
(Overrides ValueTypeEquals(Object))
Public methodEquals(AnglesF, Single) Determines whether the specified Euler angles are equal to the current instance of AnglesF with a given precision.
Public methodGetHashCode Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodNormalize180 Restricts the current instance of AnglesF to be within a range [-180, 180].
Public methodNormalize360 Restricts the current instance of AnglesF to be within a range [0, 360].
Public methodStatic memberParse Converts a string representation of Euler angles into the equivalent AnglesF structure.
Public methodToAngles Converts the current instance of AnglesF to the Euler angles of Angles format.
Public methodToQuaternion Converts the current instance of AnglesF into the equivalent QuaternionF structure.
Public methodToString Returns a String that represents the current instance of AnglesF.
(Overrides ValueTypeToString)
Public methodToString(Int32) Returns a String that represents the current instance of AnglesF with a given precision.
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also