Last updated

API / geotoolkit3d / transformation / XYCoordinates / XYCoordinates

Namespace: XYCoordinates

transformation.XYCoordinates.XYCoordinates

Table of contents

Type Aliases

Contents

Type Aliases

PointsXY

Ƭ PointsXY: Object

json with points

Type declaration

NameTypeDescription
p0?Vector2The first point
p1?Vector2The second point
p2?Vector2The third point
p3?Vector2The fourth point
z0?numberThe first z value
z1?numberThe last z value

XY

Ƭ XY: Object

The xy json

Type declaration

NameTypeDescription
x0?numberThe first point x value
x1?numberThe second point x value
x2?numberThe third point x value
x3?numberThe fourth point x value
y0?numberThe first point y value
y1?numberThe second point y value
y2?numberThe third point y value
y3?numberThe fourth point y value
z0?numberThe start depth
z1?numberThe end depth