max>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: max>> ( object -- value )


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



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



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



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



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