Crate poly2tri_rs

Source

Modules§

loader

Structs§

Context
exported to enable observer
Edge
Point
PointId
new type for point id, currently is the index in context
Sweeper
Main interface, user should grab a new Sweeper by SweeperBuilder::build
SweeperBuilder
Sweeper Builder
Triangle
TriangleId

Traits§

Observer
Observer for sweeper, used to monitor how sweeper works, quite useful for visual debugging when things goes wrong. Check example’s draw.