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
The documentation on page 8 states that GetPoint() takes in a float as a parameter, as shown in the below pictures.
GetPoint()
However, the actual code implementation of GetPoint() takes only an integer as input, as shown below.
The text was updated successfully, but these errors were encountered:
Anyone Found THE SOLUTION ?
Sorry, something went wrong.
There is an alternate method you can use called GetPointAtDistance(), which accepts a float as an argument.
GetPointAtDistance()
No branches or pull requests
The documentation on page 8 states that
GetPoint()
takes in a float as a parameter, as shown in the below pictures.However, the actual code implementation of
GetPoint()
takes only an integer as input, as shown below.The text was updated successfully, but these errors were encountered: