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