项目作者: RalleYTN

项目描述 :
A fork of the javax.vecmath package which was made compatible with Java 9
高级语言: Java
项目地址: git://github.com/RalleYTN/javax-vecmath.git
创建时间: 2018-03-04T12:11:20Z
项目社区:https://github.com/RalleYTN/javax-vecmath

开源协议:

下载


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

  1. Copyright (C) 1997,1998,1999
  2. Kenji Hiranabe, Eiwa System Management, Inc.
  3. This program is free software.
  4. Implemented by Kenji Hiranabe(hiranabe@esm.co.jp),
  5. conforming to the Java(TM) 3D API specification by Sun Microsystems.
  6. Permission to use, copy, modify, distribute and sell this software
  7. and its documentation for any purpose is hereby granted without fee,
  8. provided that the above copyright notice appear in all copies and
  9. that both that copyright notice and this permission notice appear
  10. in supporting documentation. Kenji Hiranabe and Eiwa System Management,Inc.
  11. makes no representations about the suitability of this software for any
  12. purpose. It is provided "AS IS" with NO WARRANTY.