Conversation
|
good to go after a test :D |
Nice!! |
|
Some notes on testing here: https://github.com/fastplotlib/fastplotlib/blob/main/CONTRIBUTING.md#running-tests |
|
A general remark about transformations for the graphics object: I think |
|
Thanks! If all |
Yes.
The classic example is rendering a robot arm, consisting of several segments, each a child of the previous. If you rotate an element, all the child elements rotate along. In this scenario, using So practically: I'd recommend using |
Added a rotation property and a setter to
Graphicand a method to set a rotation of a given angle over one of the axis, with respect to the world.closes #427