We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I did a tutorial to convert this script in order to have VR integrity: https://www.youtube.com/playlist?list=PLrk7hDwk64-bXSWcXHR-0zLVMMsMtu0ad
For some reason I get these errors when in creation mode to save gestures:
The mentioned error is in line 71 of the PDollar Geometry script.
public static float SqrEuclideanDistance(Point a, Point b) { return (a.X - b.X) * (a.X - b.X) + (a.Y - b.Y) * (a.Y - b.Y); }
An answer is appreciated. :D
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I did a tutorial to convert this script in order to have VR integrity:
https://www.youtube.com/playlist?list=PLrk7hDwk64-bXSWcXHR-0zLVMMsMtu0ad
For some reason I get these errors when in creation mode to save gestures:
The mentioned error is in line 71 of the PDollar Geometry script.
public static float SqrEuclideanDistance(Point a, Point b)
{
return (a.X - b.X) * (a.X - b.X) + (a.Y - b.Y) * (a.Y - b.Y);
}
An answer is appreciated. :D
The text was updated successfully, but these errors were encountered: