upRight method
Translates up and right by distance
pixels of distance.
Implementation
Matrix4Transform upRight(double distance) => //
direction(-pi / 4, distance);
Translates up and right by distance
pixels of distance.
Matrix4Transform upRight(double distance) => //
direction(-pi / 4, distance);