Click or drag to resize

DocumentUnitsVector Methods

The DocumentUnitsVector type exposes the following members.

Methods
  NameDescription
Public methodAddVector
Adds the specified vector to this vector.
Public methodAngleTo
Determines the angle between this vector and the specified vector. The angle value is in document units.
Public methodAsUnitVector
Gets the unit vector equivalent of this vector (normalized).
Public methodCopy
Creates a copy of this Vector object. The result is entirely independent and can be edited without affecting the original Vector object.
Public methodCrossProduct
Determine the cross product between this vector and the specified vector.
Public methodDotProduct
Determine the dot product of this vector to the specified vector.
Public methodGetVectorData
Gets the vector coordinates.
Public methodIsEqualTo
Compares this vector for equality with the specified point.
Public methodIsParallelTo
Determine if this vector is parallel to the specified vector.
Public methodIsPerpendicularTo
Determine if this vector is perpendicular to the specified vector.
Public methodNormalize
Normalize this vector to result in a length equal to 1.0.
Public methodPutVectorData
Method that sets the data defining this vector.
Public methodScaleBy
Scale this vector by the specified scale factor.
Public methodSubtractVector
Subtract the specified vector from this vector.
Public methodTransformBy
Transform this vector by the specified matrix.
Top
See Also