Closed pixelzoom closed 3 years ago
ChartTransform has some duplication, and would be nice to have modelToViewXY to avoid having to create a Vector2 to pass to modelToViewPosition, and for symmetry with ModelViewTransform2.
modelToViewXY
modelToViewPosition
I'll do this.
Done. I added modelToViewXY and fixed some duplication in modelToViewPosition.
Over to @samreid for review.
I reviewed the commits and don't have any recommendations, thanks! Closing.
ChartTransform has some duplication, and would be nice to have
modelToViewXY
to avoid having to create a Vector2 to pass tomodelToViewPosition
, and for symmetry with ModelViewTransform2.I'll do this.