Struct Point3D

Point3D structure

Structure that defines a point in 3D space with X,Y and Z coordinates

public struct Point3D

Constructors

NameDescription
Point3D(double, double, double)Constructor for Point3D from separate X,Y,Z coordinates

Fields

NameDescription
readonly XX coordinate
readonly YY coordinate
readonly ZZ coordinate

See Also