Skip to content

Problem with VR integrity #8

@Asoklinchen

Description

@Asoklinchen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions