AABB: {
    max: FloatPoint;
    min: FloatPoint;
}

An axis-aligned bounding box. Used to represents a box around an object for example.

Type declaration

  • max: FloatPoint

    The [x,y] coordinates of the bottom right point

  • min: FloatPoint

    The [x,y] coordinates of the top left point