Rotating text "|" vs rotating line

Hello @Erif ,

This may give you some insight about aligning text and lines:

There is a trigonometry tutorial here:

https://processing.org/tutorials/trig

It is not on main website but it is still available.

It is poorly formatted in places so keep an eye out for that!

For example:

Should be:

x = cosine(theta) * radius
y = sine(theta) * radius

Have fun!

:)