Handbook
Glossary
cpConstraintClass
Vocabulary
chipmunk
.
ffi
Definition
USING:
classes.struct
;
IN:
chipmunk.ffi
STRUCT:
cpConstraintClass
{
preStep
cpConstraintPreStepFunction
}
{
applyImpulse
cpConstraintApplyImpulseFunction
}
{
getImpulse
cpConstraintGetImpulseFunction
}
;
Methods
USING:
chipmunk.ffi
classes.struct
classes.struct.private
kernel
;
M:
cpConstraintClass
clone
clone-underlying
\
cpConstraintClass
memory>struct
;
inline
USING:
accessors
chipmunk.ffi
classes.struct
combinators.smart
;
M:
cpConstraintClass
struct-slot-values
{
[
preStep>>
]
[
applyImpulse>>
]
[
getImpulse>>
]
}
cleave>array
;
inline