Point3D

Point3D class

Represent point with fractional coordinates.

The Point3D type exposes the following members:

Constructors

NameDescription
Point3D(x, y, z)Initializes a new instance of the Point3D class

Properties

NameDescription
xX coordinate value.
yY coordinate value.
zZ coordinate value.
trivialGets point with zero coordinates.

See Also