oriented cuboid ??

how do i draw the edges of a cuboid, whose

  • center
  • axes equations
  • dimensions along each axes
    are known, and not the vertices ?

plz help

M

This is rather trivial.

If you know the “equations for the axes” (I assume you mean for lines that coincide with the axes) then you can create the axes in the form of three orthogonal vectors.

Then, draw a cube whose vertices reside at each of the permutations of summing these vectors and their complements.