Description
Constructs 3D point with coordinates taken from the first three array elements.
C#
public Point3d( double\[\] xyz );
Visual Basic
Public Sub New( xyz As double[] )
Parameters
| Parameters | Description |
|---|---|
| double[] xyz | Input array of coordinates |
Constructs 3D point with coordinates taken from the first three array elements.
public Point3d( double\[\] xyz );
Public Sub New( xyz As double[] )
| Parameters | Description |
|---|---|
| double[] xyz | Input array of coordinates |