This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
2d_geometric_shapes [2022/10/03 17:08] max added oriented rectangle section |
2d_geometric_shapes [2022/10/03 17:08] (current) max [Oriented Rectangle] |
||
---|---|---|---|
Line 31: | Line 31: | ||
===== Oriented Rectangle ===== | ===== Oriented Rectangle ===== | ||
Unlike the regular 2D Rectangle, an oriented Rectangle can be, as the name suggests, rotated. | Unlike the regular 2D Rectangle, an oriented Rectangle can be, as the name suggests, rotated. | ||
+ | |||
As such, it is constructed with it's '' | As such, it is constructed with it's '' | ||
+ | |||
If you wish, you are also capable of immediately constructing it with rotation, by giving the same variables as above, but with an additional '' | If you wish, you are also capable of immediately constructing it with rotation, by giving the same variables as above, but with an additional '' | ||