Wicorel

Results 3 comments of Wicorel

I'm guessing it's because it's a static class function. ` public static double VectorAngleBetween(Vector3D a, Vector3D b) //returns radians { if (a.LengthSquared() == 0 || b.LengthSquared() == 0) return 0;...

Hmm. the CODE tagging removes some of the white space.. hrmph.

On reload/rebuild the minified code from your project looks nominal: (I took out the preserve region for testing) ![image](https://user-images.githubusercontent.com/18159679/86683275-402f0d80-bfb6-11ea-810a-9fa8e8e20b61.png) It's pasting the code back into VS that auto-formats it.. (I'm...