Handbook
Glossary
cpSpaceHash
Vocabulary
chipmunk
.
ffi
Definition
USING:
alien.c-types
classes.struct
;
IN:
chipmunk.ffi
STRUCT:
cpSpaceHash
{
numcells
int
initial:
0
}
{
celldim
cpFloat
initial:
0.0
}
{
bbfunc
cpSpaceHashBBFunc
}
{
handleSet cpHashSet*
}
{
table cpSpaceHashBin**
}
{
bins cpSpaceHashBin*
}
{
stamp
int
initial:
0
}
;
Methods
USING:
chipmunk.ffi
classes.struct
classes.struct.private
kernel
;
M:
cpSpaceHash
clone
clone-underlying
\
cpSpaceHash
memory>struct
;
inline
USING:
accessors
chipmunk.ffi
classes.struct
combinators.smart
;
M:
cpSpaceHash
struct-slot-values
{
[
numcells>>
]
[
celldim>>
]
[
bbfunc>>
]
[
handleSet>>
]
[
table>>
]
[
bins>>
]
[
stamp>>
]
}
cleave>array
;
inline