API reference
API reference
Select your platform
No SDKs available
No versions available

Point2D Class

Modifiers: final
A single 2D point used in contour and triangulation data.

Signature

data class Point2D(val x: Float, val y: Float)

Constructors

Point2D ( x , y )
Signature
constructor(x: Float, y: Float)
Parameters
x: Float
y: Float
Returns
Point2D

Properties

x : Float
[Get]
Signature
val x: Float
y : Float
[Get]
Signature
val y: Float