Handbook
Glossary
cpSpaceHashPointQuery ( hash point func data -- )
Vocabulary
chipmunk
.
ffi
Inputs
hash
an
object
point
an
object
func
an
object
data
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
chipmunk.ffi
LIBRARY:
chipmunk
FUNCTION:
void
cpSpaceHashPointQuery
( cpSpaceHash* hash,
cpVect
point,
cpSpaceHashQueryFunc
func, void* data )