Skip to content

Commit 4b7b4ab

Browse files
authored
Merge pull request #28 from dbarbier/db/rot-Y
Fix Y-axis rotation
2 parents 4eb55f9 + 2198c81 commit 4b7b4ab

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)