9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00

Direction support rot

This commit is contained in:
Daniel Mills
2021-01-08 19:50:51 -05:00
parent 8353c5105b
commit 160eee04ff

View File

@@ -109,7 +109,7 @@ public enum IrisDirection
for(IrisDirection i : values())
{
Vector x = i.toVector();
double g = x.dot(v);
double g = x.distance(v);
if(g < m)
{