KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.agent
/
CellCost
Cell
Cost
@
Serializable
data
class
CellCost
(
val
col
:
Int
,
val
row
:
Int
,
val
cost
:
Double
)
(
source
)
A per-cell traversal cost (terrain weight) carried by a
GridGeometrySpec
— TOML/JSON friendly.
Members
Constructors
Cell
Cost
Link copied to clipboard
constructor
(
col
:
Int
,
row
:
Int
,
cost
:
Double
)
Properties
col
Link copied to clipboard
val
col
:
Int
cost
Link copied to clipboard
val
cost
:
Double
row
Link copied to clipboard
val
row
:
Int