xdesign
xdesign copied to clipboard
Unify transformations
OpenGL style transformations may make, maintenance and interfaces simpler because Entities
would no longer have three separate functions for rotate
, translate
, and scale
. Additionally, converting between scanning paradigms where the Phantom
moves vs the Probe
moving may also be less complicated.
Probably related to this conversion is the replacement of the Point
class with just numpy.ndarray
.