c>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: c>> ( object -- value )


Methods

M: CGAffineTransform c>>
T{ struct-slot-spec
{ name "c" }
{ offset 16 }
{ class float }
{ initial 0.0 }
{ type CGFloat }
} read-struct-slot ; inline




































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