Public Methods
| Name | Description | |
|---|---|---|
|
Equals | Determines whether this CAD2DPoint instance and a specified object are equal. |
|
GetAngle | Calculates the angle between two points. |
|
GetHashCode | Overrides the GetHashCode method. |
|
IsEqual | Determines whether this CAD2DPoint instance is equal to a specified. |
|
Swap | Swaps two CAD2DPoints. |
Operators
| Name | Description | |
|---|---|---|
|
Addition | Summarizes two CAD2DPoint objects. |
|
Equality | Checks the equality of two CAD2DPoint objects. |
|
Implicit Conversion (CAD2DPoint to DPoint) | Converts the CAD2DPoint to a DPoint. |
|
Implicit Conversion (DPoint to CAD2DPoint) | Converts the DPoint to a CAD2DPoint. |
|
Inequality | Checks if two CAD2DPoint objects are unequal. |
|
Multiply | (Overloaded) Multiplies both coordinates of the CAD2DPoint with a double value. |
|
Subtraction | Subtract two CAD2DPoint objects. |
See Also