Point Properties |
The Point type exposes the following members.
Name | Description | |
---|---|---|
IsZero |
Gets a value indicating that both the X and Y co-ordinates of this point are zero
| |
Length |
Gets the length of the point as a vector from origin 0,0
| |
LengthSquared |
Gets the squared length of the point as a vector from origin 0,0.
| |
Normal |
Gets the point as a normal vector (perpendicular) to the current point from the origin
| |
UnitVector |
Gets the current point as a unit vector (a point with a Length of 1.0 from origin 0,0)
| |
X |
Gets or sets the X co-ordinate of this point
| |
Y |
Gets or sets the Y co-ordinate of this point
|