scale>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: scale>> ( object -- value )


Methods
















M: Transform scale>>
T{ struct-slot-spec
{ name "scale" }
{ offset 28 }
{ class Vector3 }
{ initial S{ Vector3 { x 0.0 } { y 0.0 } { z 0.0 } } }
{ type Vector3 }
} read-struct-slot ; inline









M: duckdb_decimal scale>>
T{ struct-slot-spec
{ name "scale" }
{ offset 1 }
{ class fixnum }
{ initial 0 }
{ type uint8_t }
} read-struct-slot ; inline