The Vect2 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ComputeCrossProduct | Compute the cross product of this Vect2 with the supplied other. | |
| ComputeDistance | Compute the distance of this Vect2 from the supplied other. | |
| ComputeDotProduct | Compute the dot product of this Vect2 with the supplied other. | |
| Equals | Compares the equality of this object with another. (Overrides ShareableBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides ShareableBase GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| RealEqual | Checks the values of the supplied vectors are equal within the epsilon tolerance. | |
| ToString | Returns a human readable string that represents the object. |
See Also