KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
SpatialSpaceDescriptor
/
Continuous
Continuous
@
Serializable
@
SerialName
(
value
=
"Continuous"
)
data
class
Continuous
(
val
name
:
String
,
val
xMin
:
Double
,
val
xMax
:
Double
,
val
yMin
:
Double
,
val
yMax
:
Double
,
val
torus
:
Boolean
=
false
)
:
SpatialSpaceDescriptor
(
source
)
A 2D continuous (Euclidean) space with the given bounds.
torus
wraps motion at the edges.
Members
Constructors
Continuous
Link copied to clipboard
constructor
(
name
:
String
,
xMin
:
Double
,
xMax
:
Double
,
yMin
:
Double
,
yMax
:
Double
,
torus
:
Boolean
=
false
)
Properties
name
Link copied to clipboard
open
override
val
name
:
String
torus
Link copied to clipboard
val
torus
:
Boolean
x
Max
Link copied to clipboard
val
xMax
:
Double
x
Min
Link copied to clipboard
val
xMin
:
Double
y
Max
Link copied to clipboard
val
yMax
:
Double
y
Min
Link copied to clipboard
val
yMin
:
Double