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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user