Skip to content

Commit 6814af2

Browse files
committed
Formatting
1 parent 2ecfbbf commit 6814af2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/vector_math_64/matrix4.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,6 @@ class Matrix4 {
787787
_m4storage[15] = t4;
788788
}
789789

790-
791790
/// Multiply this by a translation from the left.
792791
/// The translation can be specified with a [Vector3], [Vector4], or x, y, z.
793792
void leftTranslate(dynamic x, [double y = 0.0, double z = 0.0]) {

0 commit comments

Comments
 (0)