cpFloat typedef
cpFloat = Double
Chipmunk's floating point type. Can be reconfigured at compile time.
Implementation
typedef cpFloat = ffi.Double;
Chipmunk's floating point type. Can be reconfigured at compile time.
typedef cpFloat = ffi.Double;