Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

RalleYTN/javax-vecmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages