Click or drag to resize
Accord.NET (logo)

PointH Properties

The PointH type exposes the following members.

Properties
  NameDescription
Public propertyIsAtInfinity
Gets whether this point is at infinity (w = 0).
Public propertyIsEmpty
Gets whether this point is at the origin.
Public propertyIsNormalized
Gets whether this point is normalized (w = 1).
Public propertyW
The inverse scaling factor for X and Y.
Public propertyX
The first coordinate.
Public propertyY
The second coordinate.
Top
See Also