Noonmaru math library Features MathHelper - 빠른 Math Vector - 합, 곱, 회전이 가능한 벡터 VectorSpace - 벡터 집합 VectorParser - 이미지를 벡터로 변환 Gradle allprojects { repositories { ... maven { url 'https://jitpack.io' } } } dependencies { implementation 'com.github.noonmaru:math:1.0' }