Matrix4.copy(Matrix4 other)

Copies values from other.

Source

factory Matrix4.copy(Matrix4 other) => new Matrix4.zero()..setFrom(other);