![]() Distance |
Calculates the distance between two points |
![]() Equality Operator | Checks if two Point2D are equal |
![]() Inequality Operator | Checks if two Point2D are inequal |
![]() Subtraction Operator |
Calculates the distance between two points |
Point2D | Overloaded. Initializes a new instance of the Point2D class. |
AngleTo | The angle from this point to another point |
Equals | Checks if this point have the same coordinate as a second point
|
GetHashCode | The hash code of this object |
GetType (inherited from Object) | Gets the Type of the current instance. |
MidwayTo | Calculates the position on the middle of the imagined line between two points. |
SetLocation | Sets the location of this Point2D to the location supplied. |
SignedXDistanceTo | The x distance to a point |
SignedYDistanceTo | The y distance to a point |
ToPoint | Creates a Point from this Point2D. |
ToString | A string representation of the point. |
XDistanceTo | The absolute value of the x distance to a point |
YDistanceTo | The absolute value of the y distance to a point |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
Point2D Class | TeamYaffa.CRaPI.Utility Namespace