Skip to content

Commit 2198c81

Browse files
committed
Fix Y-axis rotation
1 parent 09bdf24 commit 2198c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-maths.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Y-axis rotation
278278
│ 0 0 0 1 │ │ 1 │ │ 0*x + 0*y + 0*z + 1*1 │
279279
└ ┘ └ ┘ └ ┘
280280
┌ ┐
281-
= │ cos(d)*x - sin(d)*z │
281+
= │ cos(d)*x + sin(d)*z │
282282
│ y │
283283
│ -sin(d)*x + cos(d)*z │
284284
│ 1 │

0 commit comments

Comments
 (0)