Skip to main content

Module scanline_boolean_algebra

Module scanline_boolean_algebra 

Source
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.