Vector Class |
Namespace: CodeStack.SwEx.MacroFeature.Data
The Vector type exposes the following members.
Name | Description | |
---|---|---|
Vector(Double) |
Creates vector by direction
| |
Vector(Vector) |
Creates vector by as a copy of another vector
| |
Vector(Double, Double, Double) |
Creates vector by 3 coordinates
|
Name | Description | |
---|---|---|
X |
X coordinate
(Inherited from Point.) | |
Y |
Y coordinate
(Inherited from Point.) | |
Z |
Z coordinate
(Inherited from Point.) |
Name | Description | |
---|---|---|
Cross |
Creates a cross product of this vector with another vector
| |
GetLength |
Returns the length of this vector
| |
IsSame(Point) |
Compares two points coordinates by exact values
(Inherited from Point.) | |
IsSame(Vector, Boolean) |
Compares the vectors
| |
IsSame(Double, Double, Double) |
Compares the coordinates of this point to specified values
(Inherited from Point.) | |
Move |
Moves the point along the vector by specified distance
(Inherited from Point.) | |
Normalize |
Normalizes the vector
| |
Scale |
Scales the position
(Inherited from Point.) | |
ToArray |
Converts the point to an array of 3 coordinates
(Inherited from Point.) | |
ToString | (Inherited from Point.) |