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)
{