Interface: TerrainCurvePoint
Defined in: rendering/terrain/terrain-curve.ts:6
A point on a curve built by buildTerrainCurve.
Properties
distance
distance:
number
Defined in: rendering/terrain/terrain-curve.ts:15
The cumulative arc length from the start of the curve to this point.
position
position:
Vector2
Defined in: rendering/terrain/terrain-curve.ts:10
The point's local-space position.