JoshuaBradbury / KNADE

Kotlin NADE Game Engine
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Improve Vector support #2

Closed JoshuaBradbury closed 6 years ago

JoshuaBradbury commented 6 years ago

Add other data type vectors to the project, add a cross product function for Vec3s, add conversion methods between types and to Arrays and Lists and add default values to the constructors.