API / geotoolkit3d / transformation / XYCoordinates / XYCoordinates
transformation.XYCoordinates.XYCoordinates
Type Aliases
Ƭ PointsXY: Object
json with points
| Name | Type | Description |
|---|---|---|
p0? | Vector2 | The first point |
p1? | Vector2 | The second point |
p2? | Vector2 | The third point |
p3? | Vector2 | The fourth point |
z0? | number | The first z value |
z1? | number | The last z value |
Ƭ XY: Object
The xy json
| Name | Type | Description |
|---|---|---|
x0? | number | The first point x value |
x1? | number | The second point x value |
x2? | number | The third point x value |
x3? | number | The fourth point x value |
y0? | number | The first point y value |
y1? | number | The second point y value |
y2? | number | The third point y value |
y3? | number | The fourth point y value |
z0? | number | The start depth |
z1? | number | The end depth |