Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael-Dev-21 authored Oct 14, 2020
1 parent c69a9b1 commit e57c2d5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# MathUtils
Math utilities for java

## Copyleft

Copyright© 2020 Victor Rafael Pereira Alves

This file is part of MathUtils.

MathUtils is free software: you can redistribute it and/or modify it under the terms of the
Lesser GNU General Public License as published by the Free Software Foundation, either version 3
of the License, or (at your option) any later version.

MathUtils is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser
GNU General Public License for more details.

You should have received a copy of the Lesser GNU General Public License along with MathUtils.
If not, see <https://www.gnu.org/licenses/>.

**DO NOT REMOVE THIS LICENSE**

## TODO:
* Add Square in br.com.rafael.math.geometry.plane.
* Add Vector4D in br.com.rafael.math.vector.
* Add Quaternion in br.com.rafael.math.quaternion.
* Add Matrix2 and Matrix3 in br.com.rafael.math.matrix.

0 comments on commit e57c2d5

Please sign in to comment.