-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e09f8f5
commit 1a898cf
Showing
1 changed file
with
3 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |