rotated method Null safety
Create a copy of this that is rotated by the rotation matrix t and
store it in out.
Implementation
Aabb2 rotated(Matrix3 t, Aabb2 out) => out
..copyFrom(this)
..rotate(t);
Create a copy of this that is rotated by the rotation matrix t and
store it in out.
Aabb2 rotated(Matrix3 t, Aabb2 out) => out
..copyFrom(this)
..rotate(t);