Handbook
Glossary
cpSpaceHashSegmentQuery ( hash obj a b t_exit func data -- )
Vocabulary
chipmunk
.
ffi
Inputs
hash
an
object
obj
an
object
a
an
object
b
an
object
t_exit
an
object
func
an
object
data
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
chipmunk.ffi
LIBRARY:
chipmunk
FUNCTION:
void
cpSpaceHashSegmentQuery
( cpSpaceHash* hash, void* obj,
cpVect
a,
cpVect
b,
cpFloat
t_exit,
cpSpaceHashSegmentQueryFunc
func, void* data )