| Point3D {Microsoft.VisualBasic.Imaging.Drawing3D} | .NET clr documentation |
Defines the Point3D class that represents points in 3D space with double precise. Developed by leonelmachava leonelmachava@gmail.com http://codentronix.com
Copyright (c) 2011 Leonel Machava
# 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;
}