Expand description
Scanline boolean algebra.
Port of agg_scanline_boolean_algebra.h.
Provides boolean operations (union, intersect, subtract, XOR) on
rasterized shapes stored in scanline storage.
Enums§
- SBoolOp
- Boolean operation type.
Functions§
- sbool_
combine_ shapes_ aa - Perform a boolean operation on two rasterized shapes.
- sbool_
combine_ shapes_ bin - Perform a boolean operation on two rasterized shapes (binary/no AA).
- sbool_
combine_ storages_ aa - Combine two AA scanline storages.
- sbool_
combine_ storages_ bin - Combine two binary scanline storages.