scale<< ( value object -- )


Vocabulary
accessors

Inputs
valuean object
objectan object


Outputs
None

Definition

GENERIC: scale<< ( value object -- )


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









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