3D Points and Vectors |
Top Previous Next |
|
3D points and vectors are entered in the same way as 2D points and vectors, just with three dimensions.
(4,5,-7)
<7,-5,3>
Putting a + sign between points will join them
(1,2,3)+(4,5,2)+(-1,-6,-9)
You can add and subtract vectors.
|