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