Computes the axis-aligned bounding box of a triangle defined by three vertices.
the output box to store the result.
the first vertex of the triangle.
the second vertex of the triangle.
the third vertex of the triangle.
the output box containing the axis-aligned bounding box of the triangle.
Computes the axis-aligned bounding box of a triangle defined by three vertices.