Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 439 Bytes

File metadata and controls

10 lines (9 loc) · 439 Bytes

MathUtils

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.