Skip to content

Commit 07d49ee

Browse files
committed
Update docs
1 parent 3d35062 commit 07d49ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/vector_math/matrix4.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ class Matrix4 {
690690
}
691691
}
692692

693-
/// Translate this matrix by x, y, z.
693+
/// Translate this matrix by x, y, z, w.
694694
@pragma('wasm:prefer-inline')
695695
@pragma('vm:prefer-inline')
696696
@pragma('dart2js:prefer-inline')

lib/src/vector_math_64/matrix4.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ class Matrix4 {
690690
}
691691
}
692692

693-
/// Translate this matrix by x, y, z.
693+
/// Translate this matrix by x, y, z, w.
694694
@pragma('wasm:prefer-inline')
695695
@pragma('vm:prefer-inline')
696696
@pragma('dart2js:prefer-inline')

0 commit comments

Comments
 (0)