Contents

transformed(by:)

Transforms the bounding box and finds the bounds of the result.

Declaration

func transformed(by transform: float4x4) -> BoundingBox

Parameters

  • transform:

    The transform to apply to the box.

Return Value

The bounds of the transformed box.

See Also

Transforming a bounding box