RalleYTN / javax-vecmath

A fork of the javax.vecmath package which was made compatible with Java 9

Home Page:https://ralleytn.github.io/javax-vecmath/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Result Coverage Status Codacy Badge

Description

A fork of javax.vecmath that was cleaned up and made compatible with Java 9 modules.

List of changes made to the original library

  • Created a module-info.java file
  • Made the methods equals, toString, hashCode and epsilonEquals final
  • Made all classes final
  • Cleaned the code a bit (someone clearly didn't know what a tabulator was)
  • The unit tests were ported to JUnit

License

Copyright (C) 1997,1998,1999
Kenji Hiranabe, Eiwa System Management, Inc.

This program is free software.
Implemented by Kenji Hiranabe(hiranabe@esm.co.jp),
conforming to the Java(TM) 3D API specification by Sun Microsystems.

Permission to use, copy, modify, distribute and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation. Kenji Hiranabe and Eiwa System Management,Inc.
makes no representations about the suitability of this software for any
purpose. It is provided "AS IS" with NO WARRANTY.

Links

About

A fork of the javax.vecmath package which was made compatible with Java 9

https://ralleytn.github.io/javax-vecmath/


Languages

Language:Java 100.0%