AgentVectorSample

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.

Constructors

Link copied to clipboard
constructor(name: String, vx: Double, vy: Double, fx: Double, fy: Double)

Properties

Link copied to clipboard
val fx: Double
Link copied to clipboard
val fy: Double
Link copied to clipboard
Link copied to clipboard
val vx: Double
Link copied to clipboard
val vy: Double