// Step makes the space step forward in time by dt seconds. func (s *Space) Step(dt float64) { C.cpSpaceStep(s.c(), C.cpFloat(dt)) }
func (s *Space) Step(timeStep float32) { C.cpSpaceStep(s.s, f(timeStep)) }