rot>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: rot>> ( object -- value )


Methods
USING: accessors chipmunk.ffi classes.struct
classes.struct.private ;

M: cpBody rot>>
T{ struct-slot-spec
{ name "rot" }
{ offset 120 }
{ class cpVect }
{ initial S{ cpVect { x 0.0 } { y 0.0 } } }
{ type cpVect }
} read-struct-slot ; inline