[−][src]Function newton_sys::NewtonCreateMassSpringDamperSystem
pub unsafe extern "C" fn NewtonCreateMassSpringDamperSystem(
newtonWorld: *const NewtonWorld,
shapeID: c_int,
points: *const f32,
pointCount: c_int,
strideInBytes: c_int,
pointMass: *const f32,
links: *const c_int,
linksCount: c_int,
linksSpring: *const f32,
linksDamper: *const f32
) -> *mut NewtonCollision