ContourPoint

data class ContourPoint(val x: Float, val y: Float)(source)

A point in a tile's own [0,1]×[0,1] unit square — same convention as the base offline layer's tile-local math.

Constructors

Link copied to clipboard
constructor(x: Float, y: Float)

Properties

Link copied to clipboard
val x: Float
Link copied to clipboard
val y: Float