Type alias AABBOptions

AABBOptions: {
    lowerBound?: Vec2;
    upperBound?: Vec2;
}

Type declaration

  • Optional lowerBound?: Vec2

    The lower bound of the bounding box.

  • Optional upperBound?: Vec2

    The upper bound of the bounding box.