-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
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
Feature implementation Rotation along path and path context with toPoints and toKeyPoints #566
base: master
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree |
Thanks for the contribution! Can I ask that you:
In this case, let's only make changes to |
Reverted other changes. |
can we resolve the comments or changes needed? |
Hi @danmarshall I have made changes as per the comments please check and let me know if all looks good and we can merge and close the pr. |
(chainPoints)=> { | ||
for(let i = 0; i < chainPoints.length; i++) | ||
{ | ||
alongPathAngles.push(angle.ofPointInDegrees(chainPoints[i].link.endPoints[0], chainPoints[i].link.endPoints[1])); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is where we need to look at the angle at ratio r
(if it is an arc)
Hi @noobd3v , thanks for the contribution and your patience. As we go through this implementation, we are uncovering many ideas that we need to think through carefully. Also, I think we will need to add a couple of small unit tests which exercise the new feature. |
Rotation along the path of layout