Skip to content

Conversation

@saeeedtorabi
Copy link
Contributor

No description provided.

/**
* Return true if this ClipShape has a local to world transform
* @deprecated Use duplicate property [[transformValid]] or type guard [[hasTransformFromClip]] instead.
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use duplicate property [[transformValid]] or
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dassaf4 I got a lint error for this. Not sure if what I added is accurate. Please confirm.

* @returns arc in the plane defined by the normal at the intermediate point. If calculation fails, return an
* arc with zero matrix.
* @deprecated Prefer [[sectionArcInPlaneOfInterpolatedNormal]], which has expanded return type.
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Prefer [[sectionArcInPlaneOfInterpolatedNormal]],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dassaf4 I got a lint error for this. Not sure if what I added is accurate. Please confirm.

Comment on lines -789 to -791
detailA = child.closestPoint(
spacePoint, sortedFragment === fragment0 ? extend0 : sortedFragment === fragment1 ? extend1 : false, detailA,
);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dassaf4 I realized it had a bug. Fragments are not curve childs. For example my test curve had 3 child but 15 fragments. Because of that extend was not working fine so had to compare make below change to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant