How do functions like rotations in JPCT work for example rotateAxis? does it use Radians or a regular angle?
and does it rotate in a clockwise or anti clockwise direction?
Radians (which aren't degrees but represent as regular an angle lol). Whether it's clockwise depends on your perspective, doesn't it? Try it out and see.
Figured it out, required a few PolyLines ;D