Handbook
Glossary
restLength>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
restLength>>
( object -- value )
Methods
USING:
accessors
chipmunk.ffi
classes.struct
classes.struct.private
math
;
M:
cpDampedSpring
restLength>>
T{
struct-slot-spec
{
name
"restLength"
}
{
offset 88
}
{
class
float
}
{
initial 0.0
}
{
type
cpFloat
}
}
read-struct-slot
;
inline