IMathVector Interface Members Send Feedback
See Also  Methods 

The following tables list the members exposed by IMathVector.

Public Methods

 NameDescription
 MethodAddSets the current vector to the sum of its original value with the value of the specified vector.  
 MethodAngleOnPlaneGets the angle between this vector and its projection onto the specified plane.  
 MethodAngleToGets the angle between this vector and the specified vector.  
 MethodConvertToPointConverts this vector to a point.  
 MethodCrossProductSets the current vector to the cross product of its original value and the value of the specified vector.  
 MethodDotProductGets the dot product of this vector and the specified vector.  
 MethodGetCoordinatesGets the x, y, and z coordinates of this vector.  
 MethodGetLengthGets the length of this vector.  
 MethodIsCodirectionalToGets whether this vector is codirectional with the specified vector within the specified tolerance.  
 MethodIsParallelToGets whether this vector is parallel to the specified vector within the specified tolerance.  
 MethodIsPerpendicularToGets whether this vector is perpendicular to the specified vector within the specified tolerance.  
 MethodNegateNegates this vector.  
 MethodNormaliseSets this vector to a codirectional unit vector.  
 MethodScaleVectorSets this vector to the product of its original value and the value of the specified scale factor.  
 MethodSetCoordinatesSets the x, y, and z coordinates of this vector.  
 MethodSubtractSets the current vector to the difference between its original value and the value of the specified vector.  
 MethodTransformByApplies the specified mathematical transformation matrix to this vector.  
Top

See Also