mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-12 12:12:10 +00:00
[relate] TODOs regarding predefined masks added
This commit is contained in:
@@ -665,6 +665,13 @@ private:
|
||||
|
||||
// PREDEFINED MASKS
|
||||
|
||||
// TODO:
|
||||
// 1. specialize for simplified masks if available
|
||||
// e.g. for TOUCHES use 1 mask for A/A
|
||||
// 2. Think about dimensions > 2 e.g. should TOUCHES be true
|
||||
// if the interior of the Areal overlaps the boundary of the Volumetric
|
||||
// like it's true for Linear/Areal
|
||||
|
||||
// EQUALS
|
||||
//typedef static_mask<'T', '*', 'F', '*', '*', 'F', 'F', 'F', '*'> static_mask_equals; // wikipedia
|
||||
typedef static_mask<'T', 'F', 'F', 'F', 'T', 'F', 'F', 'F', 'T'> static_mask_equals; // OGC
|
||||
|
||||
Reference in New Issue
Block a user