d3-force-surface icon indicating copy to clipboard operation
d3-force-surface copied to clipboard

A multi-surface elastic collision force type for the d3-force simulation engine

Results 2 d3-force-surface issues
Sort by recently updated
recently updated
newest added

Following the example from the readme, I've specified a bounding box for my simulation as follows: ``` const [ x1, x2, y1, y2 ] = [ -width/2, width/2, -height/2, height/2...

Hello, Thank You for this nice surface collision force algorithm. Is there a way to specify the width and height of a node instead of only the radius? That would...