isBoxWithin

function isBoxWithin(a, b): boolean

Is box a completely within box b?

Parameters

ParameterType
aBox
bBox

Returns

boolean