Click or drag to resize

Point3D Structure

Namespace:  Scilligence.MolEngine.Common
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public struct Point3D

The Point3D type exposes the following members.

Constructors
  NameDescription
Public methodPoint3D(Double, Double)
Initializes a new instance of the Point3D class
Public methodPoint3D(Double, Double, Double)
Initializes a new instance of the Point3D class
Top
Properties
  NameDescription
Public propertyIsEmpty
Public propertyIsZero
Public propertyX
Public propertyY
Public propertyZ
Top
Methods
Operators
Fields
  NameDescription
Public fieldStatic memberEmpty
Public fieldStatic memberZero
Top
See Also