Point3D {Microsoft.VisualBasic.Imaging.Drawing3D} .NET clr documentation

Point3D

Description

Defines the Point3D class that represents points in 3D space with double precise. Developed by leonelmachava http://codentronix.com Copyright (c) 2011 Leonel Machava

Declare

            
# 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;
}

        

.NET clr type reference tree

  1. this class extends from ValueType class: ValueType

[Package {$package} version {$version} Index]