|  | Point Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CodeStack.SwEx.MacroFeature.Data
 Syntax
SyntaxThe Point type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | Point(Double) | 
            Creates coordinate from the array of points
             | 
|  | Point(Double, Double, Double) | 
            Creates point by 3 coordinates
             | 
 Properties
Properties Methods
Methods| 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.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Addition | 
            Moves point along the vector
             | 
|   | Subtraction | 
            Deducts one point of another resulting in vector
             | 
 See Also
See Also