Function AxisAlignedBoundingBox.contains

Returns whether the box contains the given point

bool contains (
  Vector!(T,dimensions) point
);