cpFloat typedef

cpFloat = Double

Chipmunk's floating point type. Can be reconfigured at compile time.

Implementation

typedef cpFloat = ffi.Double;