Some SDF functions

This commit is contained in:
paulevsGitch 2020-09-28 20:31:10 +03:00
parent c633fe8549
commit 17663dac02
12 changed files with 197 additions and 0 deletions

View file

@ -0,0 +1,5 @@
package ru.betterend.util.sdf;
public interface ISDF {
public float getDistance(float x, float y, float z);
}