DocumentUnitsVector Methods |
The DocumentUnitsVector type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddVector |
Adds the specified vector to this vector.
|
![]() | AngleTo |
Determines the angle between this vector and the specified vector. The angle value is in document units.
|
![]() | AsUnitVector |
Gets the unit vector equivalent of this vector (normalized).
|
![]() | Copy |
Creates a copy of this Vector object. The result is entirely independent and can be edited without affecting the original Vector object.
|
![]() | CrossProduct |
Determine the cross product between this vector and the specified vector.
|
![]() | DotProduct |
Determine the dot product of this vector to the specified vector.
|
![]() | GetVectorData |
Gets the vector coordinates.
|
![]() | IsEqualTo |
Compares this vector for equality with the specified point.
|
![]() | IsParallelTo |
Determine if this vector is parallel to the specified vector.
|
![]() | IsPerpendicularTo |
Determine if this vector is perpendicular to the specified vector.
|
![]() | Normalize |
Normalize this vector to result in a length equal to 1.0.
|
![]() | PutVectorData |
Method that sets the data defining this vector.
|
![]() | ScaleBy |
Scale this vector by the specified scale factor.
|
![]() | SubtractVector |
Subtract the specified vector from this vector.
|
![]() | TransformBy |
Transform this vector by the specified matrix.
|