Bounds.Transformed

Bounds Transformed(Matrix transform)

This returns a Bounds that encapsulates the transformed points of the current Bounds’s corners. Note that this will likely introduce a lot of extra empty volume in many cases, as the result is still always axis aligned.

   
Matrix transform A transform Matrix for the current Bounds’s corners.
RETURNS: Bounds A Bounds that encapsulates the transformed points of the current Bounds’s corners




Found an issue with these docs, or have some additional questions? Create an Issue on Github!