Skip to content

Three Ellipse Intersections methods need Rotated Ellipse Versions #24

@Shkyrockett

Description

@Shkyrockett

Three of the methods for finding intersections with ellipses are only implemented using unrotated ellipses. They need to be implemented as rotated variants to permit the full spectrum of intersections possible.
The methods are:

  • Engine.Intersections.QuadraticBezierUnrotatedEllipseIntersection(...)
  • Engine.Intersections.CubicBezierUnrotatedEllipseIntersection(...)
  • Engine.Intersections.UnrotatedEllipseUnrotatedEllipseIntersection(...)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions