KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.agent
/
AgentVectorSample
Agent
Vector
Sample
data
class
AgentVectorSample
(
val
name
:
String
,
val
vx
:
Double
,
val
vy
:
Double
,
val
fx
:
Double
,
val
fy
:
Double
)
(
source
)
A type-erased per-agent velocity/force sample for the G10 overlay; NaN components are uncaptured.
Members
Constructors
Agent
Vector
Sample
Link copied to clipboard
constructor
(
name
:
String
,
vx
:
Double
,
vy
:
Double
,
fx
:
Double
,
fy
:
Double
)
Properties
fx
Link copied to clipboard
val
fx
:
Double
fy
Link copied to clipboard
val
fy
:
Double
name
Link copied to clipboard
val
name
:
String
vx
Link copied to clipboard
val
vx
:
Double
vy
Link copied to clipboard
val
vy
:
Double