CMDSStep
type CMDSStep = [Point[], ProximityEdge[], number];Defined in: cmds.ts:188
One step of the optimisation: the current layout, its proximity graph, and the node size in force. The size changes when the grid is grown.
type CMDSStep = [Point[], ProximityEdge[], number];Defined in: cmds.ts:188
One step of the optimisation: the current layout, its proximity graph, and the node size in force. The size changes when the grid is grown.