SpatialMarker

data class SpatialMarker(val point: Vector2d, val callback: MarkerCallback)

Trajectory marker that is triggered when the trajectory passes the specified point.

Constructors

Link copied to clipboard
constructor(point: Vector2d, callback: MarkerCallback)

Properties

Link copied to clipboard
Link copied to clipboard