The Cog3DVect3 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ComputeCrossProduct |
Compute the cross product of this Cog3DVect3 with the supplied other.
| |
| ComputeDistance |
Compute the distance of this Cog3DVect3 from the supplied other.
| |
| ComputeDotProduct |
Compute the dot product of this Cog3DVect3 with the supplied other.
| |
| Equals | (Overrides ValueType Equals(Object).) | |
| GetHashCode | (Overrides ValueType GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RealEqual |
Compares the internal state of the specified instances and returns
true if the internal state is within epsilon.
| |
| ToString |
Override of ToString method to get a string for describing this object.
(Overrides ValueType ToString .) |
See Also