Path.getPointAt Works Differently from Path.beginning and Path.ending #593
Labels
Content-Length: 195414 | pFad | http://github.com/jonobr1/two.js/issues/593
6CFetched URL: http://github.com/jonobr1/two.js/issues/593
Alternative Proxies:
Is your feature request related to a problem? Please describe.
Yes, first described here by @dickinson0718. The method
getPointAt
on primitive shapes of Two.js look at thet
value differently than when using thebeginning
orending
properties.Describe the solution you'd like
These three properties should all interpret the
t
value in the same way.Additional context
This affects the ability for developers to get the coordinates that they need to realize the experiences they're building.
The text was updated successfully, but these errors were encountered: