Click or drag to resize
Accord.NET (logo)

Point3 Properties

The Point3 type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberOrigin
Gets the point at the 3D space origin: (0, 0, 0)
Public propertyX
Gets or sets the point's X coordinate.
Public propertyY
Gets or sets the point's Y coordinate.
Public propertyZ
Gets or sets the point's Z coordinate.
Top
See Also