KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
LayoutPoint
Layout
Point
@
Serializable
data
class
LayoutPoint
(
val
x
:
Double
,
val
y
:
Double
,
val
z
:
Double
=
0.0
)
(
source
)
A 2D/3D point used by layout elements (z defaults to 0 for 2D layouts).
Members
Constructors
Layout
Point
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
=
0.0
)
Properties
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double
z
Link copied to clipboard
val
z
:
Double