p<< ( value object -- )


Vocabulary
accessors

Inputs
valuean object
objectan object


Outputs
None

Definition

GENERIC: p<< ( value object -- )


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 }
} write-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 }
} write-struct-slot ; inline