max<< ( value object -- )


Vocabulary
accessors

Inputs
valuean object
objectan object


Outputs
None

Definition

GENERIC: max<< ( value object -- )


Methods

M: BoundingBox max<<
T{ struct-slot-spec
{ name "max" }
{ offset 12 }
{ class Vector3 }
{ initial S{ Vector3 { x 0.0 } { y 0.0 } { z 0.0 } } }
{ type Vector3 }
} write-struct-slot ; inline



M: XIValuatorClassInfo max<<
T{ struct-slot-spec
{ name "max" }
{ offset 32 }
{ class float }
{ initial 0.0 }
{ type double }
} write-struct-slot ; inline



M: cpArray max<<
T{ struct-slot-spec
{ name "max" }
{ offset 4 }
{ class fixnum }
{ initial 0 }
{ type int }
} write-struct-slot ; inline



M: cpRotaryLimitJoint max<<
T{ struct-slot-spec
{ name "max" }
{ offset 64 }
{ class float }
{ initial 0.0 }
{ type cpFloat }
} write-struct-slot ; inline



M: cpSlideJoint max<<
T{ struct-slot-spec
{ name "max" }
{ offset 96 }
{ class float }
{ initial 0.0 }
{ type cpFloat }
} write-struct-slot ; inline