kendzi / kendzi-math

Basic math classes and utils.
BSD 3-Clause "New" or "Revised" License
19 stars 7 forks source link

Vecmath to JOML #5

Open tsmock opened 2 years ago

tsmock commented 2 years ago

This does two things:

  1. Switches from vecmath to JOML. This was largely done due to JOML being better maintained.
  2. Some formatting changes for consistency (dos line endings -> unix, xml files went through xmllint)