jMonkeyEngine / jmonkeyengine

A complete 3-D game development suite written in Java.
http://jmonkeyengine.org
BSD 3-Clause "New" or "Revised" License
3.74k stars 1.12k forks source link

Vector2f: added final static variables NAN, UNIT_X, UNIT_Y, … #2198

Closed capdevon closed 4 months ago

capdevon commented 4 months ago

Addition of final static variables for code consistency with Vector3f and Vector4f classes:

richardTingle commented 4 months ago

Looks good to me

capdevon commented 4 months ago

Thank you @riccardobl ;)