Handbook
Glossary
cpCircleShape
Vocabulary
chipmunk
.
ffi
Definition
USING:
classes.struct
;
IN:
chipmunk.ffi
STRUCT:
cpCircleShape
{
shape
cpShape
initial:
S{
cpShape
{
klass
f
}
{
body
f
}
{
bb
S{
cpBB
{
l 0.0
}
{
b 0.0
}
{
r 0.0
}
{
t 0.0
}
}
}
{
sensor 0
}
{
e 0.0
}
{
u 0.0
}
{
surface_v
S{
cpVect
{
x 0.0
}
{
y 0.0
}
}
}
{
data
f
}
{
collision_type 0
}
{
group 0
}
{
layers 0
}
{
hashid 0
}
}
}
{
c
cpVect
initial:
S{
cpVect
{
x 0.0
}
{
y 0.0
}
}
}
{
r
cpFloat
initial:
0.0
}
{
tc
cpVect
initial:
S{
cpVect
{
x 0.0
}
{
y 0.0
}
}
}
;
Methods
USING:
chipmunk.ffi
classes.struct
classes.struct.private
kernel
;
M:
cpCircleShape
clone
clone-underlying
\
cpCircleShape
memory>struct
;
inline
USING:
accessors
chipmunk.ffi
classes.struct
combinators.smart
;
M:
cpCircleShape
struct-slot-values
{
[
shape>>
]
[
c>>
]
[
r>>
]
[
tc>>
]
}
cleave>array
;
inline