• Tests if a 3D AABB contains a 3D point.

    Parameters

    • aabb: AABB3

      The axis-aligned bounding box.

    • p: Vec3

      The position of the point.

    Returns boolean

    True if the point is inside the AABB, false otherwise.