Inherits NSObject.
Properties | |
| cpNearestPointQueryInfo * | info |
| Returns a pointer to the underlying cpNearestPointQueryInfo C struct. | |
| ChipmunkShape * | shape |
| The ChipmunkShape found. | |
| cpFloat | dist |
| The distance between the point and the surface of the shape. More... | |
| cpVect | point |
| The closest point on the surface of the shape to the point. | |
|
readnonatomicassign |
The distance between the point and the surface of the shape.
Negative distances mean that the point is that depth inside the shape.
1.8.3.1