DK11 for .NET | TatukGIS.NDK.TGIS_Point3D.Create | Overloads | Constructors | Fields | Methods
Create object on given coordinates.
Available also on: Java.
// C# public TGIS_Point3D( int _x, int _y, int _z );
' VisualBasic Public Sub New( ByVal _x As Integer, ByVal _y As Integer, ByVal _z As Integer )
// Oxygene public constructor ( _x : Integer; _y : Integer; _z : Integer );
Name | Type | Description |
---|---|---|
_x | int Integer | x coordinate |
_y | int Integer | y coordinate |
_z | int Integer | z coordinate |