UnitRectangular Methods |
The UnitRectangular type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(Rectangular) |
Adds the specified set of Rectangular coordinates to this instance.
| |
| Add(UnitRectangular) |
Adds the specified set of UnitRectangular coordinates to this instance.
| |
| AngleBetween |
Determines the angle in radians between the specified set of UnitRectangular coordinates and this instance.
| |
| Divide |
Divides this instance by a scalar.
| |
| Dot(Rectangular) |
Forms the dot product of the specified set of Rectangular coordinates with this instance.
| |
| Dot(UnitRectangular) |
Forms the dot product of the specified set of UnitRectangular coordinates with this instance.
| |
| Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
| Equals(UnitRectangular) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
| EqualsEpsilon |
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
| |
| GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Invert |
Inverts this instance.
| |
| Multiply |
Multiplies this instance by a scalar.
| |
| Rotate |
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.
| |
| Subtract(Rectangular) |
Subtracts the specified set of Rectangular coordinates from this instance.
| |
| Subtract(UnitRectangular) |
Subtracts the specified set of UnitRectangular coordinates from this instance.
| |
| ToString |
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.) |