Point3D {Microsoft.VisualBasic.Imaging.Drawing3D} | .NET clr documentation |
Defines the Point3D class that represents points in 3D space with double precise.
Developed by leonelmachava
# namespace Microsoft.VisualBasic.Imaging.Drawing3D
export class Point3D extends ValueType {
# The depth of a point in the isometric plane
Depth: double;
X: double;
Y: double;
Z: double;
}