+0  
 
+5
661
1
avatar

how do i work out 3d Pythagoras

 Jan 12, 2016
 #1
avatar+23254 
+5

Going from one corner of a rectangular box to the diagonally opposite corner:

(distance through box)2  =  (length of box)2 + (width of box)+ (height of box)2

 

In a three-dimensional graph:

d = distance                     x, y, z  = axes

d2  =  x2 + y2 + z2

 Jan 12, 2016

0 Online Users