Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Inputs needed to call the tank function

tank~tank.origin~ origin - a 3 by 1 matrix with x,y,z positions corresponding to the point where the tank will be drawn tank~.dim~ - a 3 by 1 matrix with x,y,z positions corresponding to the length, width, and height of the tank

tank.dim=
*x: tank.dim0 = length
*y: tank.dim1 = width
*z: tank.dim2 = height

thick - the thickness of the wall of the tank

...