Path-Creator
Path-Creator copied to clipboard
Documentation and Function Implementation for GetPoint()'s Parameters Don't Match
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.

Anyone Found THE SOLUTION ?
Anyone Found THE SOLUTION ?
There is an alternate method you can use called GetPointAtDistance(), which accepts a float as an argument.