Skip to content

Commit 2b784d1

Browse files
authored
Update chapter-03.md
One more grammatical thing
1 parent 8852af3 commit 2b784d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter-03/chapter-03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ As in 2D Cartesian coordinate spaces we can change the orientation of the axes i
2828

2929
![Alternative 3D Cartesian Coordinate System](alt_3d_cartesian_coordinate_system.png)
3030

31-
3D coordinates can be classified in two types: left handed and right handed. How do you know which type it is? Take your hand and form a “L” between your thumb and your index fingers, the middle finger should point in a direction perpendicular to the other two. The thumb should point to the direction where the x axis increases, the index finger should point where the y axis increases and the middle finger should point where the z axis increases. If you are able to do that with your left hand, then it's left handed, if you need to use your right hand is right-handed.
31+
3D coordinates can be classified in two types: left handed and right handed. How do you know which type it is? Take your hand and form a “L” between your thumb and your index fingers, the middle finger should point in a direction perpendicular to the other two. The thumb should point to the direction where the x axis increases, the index finger should point where the y axis increases and the middle finger should point where the z axis increases. If you are able to do that with your left hand, then it's left handed, if you need to use your right hand it's right-handed.
3232

3333
![Right Handed vs Left Handed](righthanded_lefthanded.png)
3434

0 commit comments

Comments
 (0)