isInAABB

public boolean isInAABB(Vector min, Vector max)

Returns whether this vector is in an axis-aligned bounding box.

The minimum and maximum vectors given must be truly the minimum and maximum X, Y and Z components.

Return

whether this vector is in the AABB

Parameters

min

Minimum vector

max

Maximum vector