User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_point3d.create_double_double

Table of Contents

TGIS_Point3D.TGIS_Point3D(double, double) constructor

DK11 for Java | tatukgis.jdk.TGIS_Point3D.Create | Overloads | Constructors | Fields | Methods

Create object on given coordinates.

Available also on: .NET.

Syntax

// Java
public TGIS_Point3D(
  double _x,
  double _y
);
// Oxygene
public
  constructor (
    _x : Double;
    _y : Double
  );

Parameters

Name Type Description
_x double
Double
x coordinate
_y double
Double
y coordinate
2020/05/07 01:14

Page Tools