p>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: p>> ( object -- value )


Methods




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



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