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 e09f8f5 commit 1a898cf
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
# 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**
Math utilities for java, android compatible.
Basic mathematical utilities, such as vectors, shapes, complex numbers (future), matrices (future) and quaternions (future)

## 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.
* Add Complex in br.com.rafael.math.complex.

0 comments on commit 1a898cf

Please sign in to comment.