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. | |
cpVect | point |
The closest point on the surface of the shape to the point. |
- (cpFloat) dist [read, assign] |
The distance between the point and the surface of the shape.
Negative distances mean that the point is that depth inside the shape.