| GeVector Methods |
The GeVector type exposes the following members.
| Name | Description | |
|---|---|---|
| AngleTo(GePlane) | ||
| AngleTo(GeVector) | ||
| AngleTo(GeVector, GeVector) | ||
| Bisection |
Returns angular bisector vector of this vector
and specifed vector.
| |
| Clone | Creates a new object that is a copy of the current instance. | |
| CrossProduct |
Returns cross (outer) product of this vector and specified vector.
| |
| DotProduct |
Returns dot (inner) product of this vector and specified vector.
| |
| Empty |
Returns empty (zero, identity or null) vector.
| |
| Equals(GeVector) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(GeVector, GeDimensionality, GeLength, GeSpatialComparision) |
Indicates whether the current object is equal to another object of the same type.
| |
| IsCodirectionalTo | ||
| IsCoplanarTo | ||
| IsNormalized |
Returns True if this vector is equal to its normalization,
otherwise returns False.
| |
| IsParallelTo | ||
| IsPerpendicularTo | ||
| IsValid |
Returns True if object instance is considered valid,
otherwise returns False.
| |
| Negate |
Returns a vector being result of this vector's negation.
Resulting vector has the same magnitude as before, but its direction is now opposite.
| |
| Normalize |
Returns unit vector codirectional to this vector.
| |
| Perpendicular |
Returns a vector orthogonal to this vector.
| |
| Perpendicular(IGePlane) | ||
| ScalarTripleProduct |
Returns scalar triple (box) product of this vector and specified vectors.
| |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString.) | |
| ToString(Int32) |
Returns a String that represents the specified
ordinate ordinal (index).
| |
| ToString(GeDimensionality, String, IFormatProvider) | ||
| Transform | ||
| XAxis |
Returns vector (1, 0, 0) or X-axis vector.
| |
| YAxis |
Returns vector (0, 1, 0) or Y-axis vector.
| |
| ZAxis |
Returns vector (0, 0, 1) or Z-axis vector.
|