toggle menu
0.4.9
common
switch theme
search in API
Navigation
/
com.amarcolini.joos.trajectory
/
SpatialMarker
Spatial
Marker
data
class
SpatialMarker
(
val
point
:
Vector2d
,
val
callback
:
MarkerCallback
)
Trajectory marker that is triggered when the trajectory passes the specified point.
Members
Constructors
Spatial
Marker
Link copied to clipboard
constructor
(
point
:
Vector2d
,
callback
:
MarkerCallback
)
Properties
callback
Link copied to clipboard
val
callback
:
MarkerCallback
point
Link copied to clipboard
val
point
:
Vector2d