Class Point3D

Point3D class

Represent point with fractional coordinates.

public sealed class Point3D

Constructors

NameDescription
Point3D(double, double, double)Initializes new instance of the Point3D.

Properties

NameDescription
static Trivial { get; }Gets point with zero coordinates.
X { get; set; }X coordinate value.
Y { get; set; }Y coordinate value.
Z { get; set; }Z coordinate value.

Methods

NameDescription
override ToString()Returns the string representation of the object.

See Also