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( double _x, double _y );
' VisualBasic Public Sub New( ByVal _x As Double, ByVal _y As Double )
// Oxygene public constructor ( _x : Double; _y : Double );
Name | Type | Description |
---|---|---|
_x | double Double | x coordinate |
_y | double Double | y coordinate |