Path-Creator icon indicating copy to clipboard operation
Path-Creator copied to clipboard

Documentation and Function Implementation for GetPoint()'s Parameters Don't Match

Open adistomar opened this issue 2 years ago • 2 comments

The documentation on page 8 states that GetPoint() takes in a float as a parameter, as shown in the below pictures. Screen Shot 2022-04-16 at 12 36 42 PM

Screen Shot 2022-04-16 at 12 36 09 PM

However, the actual code implementation of GetPoint() takes only an integer as input, as shown below. Screen Shot 2022-04-16 at 12 38 25 PM

adistomar avatar Apr 16 '22 19:04 adistomar

Anyone Found THE SOLUTION ?

younesoxgames avatar Oct 25 '22 23:10 younesoxgames

Anyone Found THE SOLUTION ?

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

adistomar avatar Oct 26 '22 02:10 adistomar