KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
PathPoint
Path
Point
@
Serializable
data
class
PathPoint
(
val
x
:
Double
,
val
y
:
Double
)
(
source
)
One world-coordinate vertex of a
AnimationEvent.PlannedPath
route polyline (G12).
Members
Constructors
Path
Point
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
)
Properties
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double