Matrix4.copy constructor
Copies values from other
.
Implementation
factory Matrix4.copy(Matrix4 other) => new Matrix4.zero()..setFrom(other);
Copies values from other
.
factory Matrix4.copy(Matrix4 other) => new Matrix4.zero()..setFrom(other);