Click or drag to resize

Point3 Properties

The Point3 type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets or sets a point component at the given index.
Public propertyLength
Get length of vector.
Public propertySqLength
Get squarted length of vector.
Public propertyvec3d
transform a C++-vector into a C#-vector
Public propertyX
X coordinate.
Public propertyY
Y coordinate.
Public propertyZ
Z coordinate.
Public propertyStatic memberZero
Get zero vector.
Top
See Also