PointH Properties |
The PointH type exposes the following members.
Name | Description | |
---|---|---|
IsAtInfinity |
Gets whether this point is at infinity (w = 0).
| |
IsEmpty |
Gets whether this point is at the origin.
| |
IsNormalized |
Gets whether this point is normalized (w = 1).
| |
W |
The inverse scaling factor for X and Y.
| |
X |
The first coordinate.
| |
Y |
The second coordinate.
|