Click or drag to resize

UnitRectangular Methods

The UnitRectangular type exposes the following members.

Methods
  NameDescription
Public methodAdd(Rectangular)
Adds the specified set of Rectangular coordinates to this instance.
Public methodAdd(UnitRectangular)
Adds the specified set of UnitRectangular coordinates to this instance.
Public methodAngleBetween
Determines the angle in radians between the specified set of UnitRectangular coordinates and this instance.
Public methodDivide
Divides this instance by a scalar.
Public methodDot(Rectangular)
Forms the dot product of the specified set of Rectangular coordinates with this instance.
Public methodDot(UnitRectangular)
Forms the dot product of the specified set of UnitRectangular coordinates with this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(UnitRectangular)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEqualsEpsilon
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvert
Inverts this instance.
Public methodMultiply
Multiplies this instance by a scalar.
Public methodRotate
Produces a set of UnitRectangular coordinates representing this instance which results from rotating the original axes used to represent this instance by the provided angle.
Public methodSubtract(Rectangular)
Subtracts the specified set of Rectangular coordinates from this instance.
Public methodSubtract(UnitRectangular)
Subtracts the specified set of UnitRectangular coordinates from this instance.
Public methodToString
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.)
Top
See Also