FlowCell

@Serializable
data class FlowCell(val col: Int, val row: Int, val distance: Double)(source)

One cell of a AnimationEvent.FlowFieldDefined heatmap: grid (col,row) with its distance to the nearest source/goal (G11).

Constructors

Link copied to clipboard
constructor(col: Int, row: Int, distance: Double)

Properties

Link copied to clipboard
val col: Int
Link copied to clipboard
Link copied to clipboard
val row: Int