Skip to content

Commit 78e93d4

Browse files
sovdeethgitbook-bot
authored andcommitted
GITBOOK-76: change request with no subject merged in GitBook
1 parent 9ffd923 commit 78e93d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-concepts/vectors/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ Yaw and pitch let us describe a 3D vector. We still use length and yaw just like
166166
```
167167
In XYZ: (3, -2, 1)
168168
169-
Length: sqrt( 9 + 4 + 1 ) = sqrt( 13 ) = 3.61
169+
Length: sqrt( 9 + 4 + 1 ) = sqrt( 14 ) = 3.74
170170
Yaw: 288.4 degrees
171171
Pitch: 32.3 degrees
172172
173-
(3.61, ∠288.4, ∠32.3)
173+
(3.74, ∠288.4, ∠32.3)
174174
```
175175

176176
And remember, everything that worked for 1D and 2D still works here. We can still add, subtract, multiply, and otherwise change our 3D vector in much the same ways.

0 commit comments

Comments
 (0)