Expand description
Generic 2-D polygon area — no topology or rendering dependency, so it
lives here rather than in geop-ops-rasterize: geop-core-topology’s
own edit code (splice_edge_into_face’s loop-orientation check) needs
it too, and topology sits below rasterize in the dependency order.
Functions§
- polygon_
signed_ area - Signed area of
poly(positive for CCW, negative for CW).