PlaneSweep2d Class
Name | Description | |
---|---|---|
![]() |
Add(IExtents2d, int) | Adds a geometry to the sweeporder. Do not alter the objects geometry between adding it here and sweeping because only a reference to the object is stored. |
![]() |
Clear() | Clear the objects added with Add(...) |
![]() |
Sweep(PlaneSweepDelegate, ref List<PlaneSweepIntersection>) | The sweep function tries to test as few objects for intersection as possible. |
IGS.Genamo.PlaneSweep2d