Handbook
Glossary
cpSegmentQueryInfo
Vocabulary
chipmunk
.
ffi
Definition
USING:
classes.struct
;
IN:
chipmunk.ffi
STRUCT:
cpSegmentQueryInfo
{
shape cpShape*
}
{
t
cpFloat
initial:
0.0
}
{
n
cpVect
initial:
S{
cpVect
{
x 0.0
}
{
y 0.0
}
}
}
;
Methods
USING:
chipmunk.ffi
classes.struct
classes.struct.private
kernel
;
M:
cpSegmentQueryInfo
clone
clone-underlying
\
cpSegmentQueryInfo
memory>struct
;
inline
USING:
accessors
chipmunk.ffi
classes.struct
combinators.smart
;
M:
cpSegmentQueryInfo
struct-slot-values
{
[
shape>>
]
[
t>>
]
[
n>>
]
}
cleave>array
;
inline