Skip to content
New issue

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

Problem with VR integrity #8

Open
Asoklinchen opened this issue Dec 18, 2023 · 0 comments
Open

Problem with VR integrity #8

Asoklinchen opened this issue Dec 18, 2023 · 0 comments

Comments

@Asoklinchen
Copy link

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:

screenshot error

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant