![]() | Point Class |
Namespace: CodeStack.SwEx.MacroFeature.Data
The Point type exposes the following members.
Name | Description | |
---|---|---|
![]() | Point(Double) |
Creates coordinate from the array of points
|
![]() | Point(Double, Double, Double) |
Creates point by 3 coordinates
|
Name | Description | |
---|---|---|
![]() | IsSame(Point) |
Compares two points coordinates by exact values
|
![]() | IsSame(Double, Double, Double) |
Compares the coordinates of this point to specified values
|
![]() | Move |
Moves the point along the vector by specified distance
|
![]() | Scale |
Scales the position
|
![]() | ToArray |
Converts the point to an array of 3 coordinates
|
![]() | ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Moves point along the vector
|
![]() ![]() | Subtraction |
Deducts one point of another resulting in vector
|