So far I can draw and label an angle just fine, but I can’t figure out how to put in the points/vectors and get cetz to return to me the size of the angle.
The documentation indicates this should be possible here
“angle2(
a: vector,
b: vector,
) → angle
Calculates the angle between two vectors and the x-axis in 2d space”
But I cannot get this command to work.
Can someone please provide a minimal working example of how to use this, ideally with the two vectors typed in and the angle that it measures between them printed somewhere.
Thanks.


