Skip to main content

make_proxy

Function make_proxy 

Source
pub fn make_proxy(points: &[Vec2], radius: f32) -> ShapeProxy
Expand description

Make a proxy for use in overlap, shape cast, and related functions. This is a deep copy of the points. (b2MakeProxy)