get current rotation
in
Programming Questions
•
1 year ago
For color it was possible to get the current stoke color for example with
something like.
println(g.fill.x);
println(g.fill.y);
println(g.fill.z);
to get the red green blue
Is there a same kind of thing to get the current rotation?
1