0
$\begingroup$

I know the coordinate of the center of an object (box of any size). I also know the rotation of the box and its size.

How could I calculate the position of the top left corner?

I have no math knowledge, and this problem is killing me.

  • 0
    Just to make sure we're on the same page: Is this in 2D, or 3D? "box" means a square, right? What's the "size" of the box? Do you mean "side length" or area/volume? What's the "rotation" of a box? It is the angle it's diagonal makes with the $x$-axis?2019-04-28

1 Answers 1

1

In 2D

Mathematica graphics

The position of $D'$ is

$\left\{\left(x_1-x_0\right) \cos (\theta )+x_0+\left(y_0-y_1\right) \sin (\theta ),\left(x_1-x_0\right) \sin (\theta )+\left(y_1-y_0\right) \cos (\theta )+y_0\right\}$