Docs: Consistent use of maathematical interval symbols

This commit is contained in:
Paul Beckingham 2016-04-17 12:05:17 -04:00
parent 30e7a8ca3f
commit 0810cdeca6
5 changed files with 77 additions and 77 deletions

View file

@ -37,14 +37,14 @@
//
// Inputs:
//
// |------------------------------------------------------| Timeline
// |-------------------------------------| Inclusion
// |--------| |--------| |--------| Exclusion
// [------------------------------------------------------) Timeline
// [-------------------------------------) Inclusion
// [--------) [--------) [--------) Exclusion
//
// Derived:
//
// |-----------| |----------------| Tracked
// |-------| |-----| Gaps
// [-----------) [----------------) Tracked
// [-------) [-----) Gaps
//
////////////////////////////////////////////////////////////////////////////////

View file

@ -287,12 +287,12 @@ Interval createIntervalFromFilter (const Filter& filter)
//
// timeline.start timeline.end
// | |
// A [--------] | |
// B [----|----] |
// C | [------------] |
// D | [----|----]
// E | | [--------]
// F [----|-------------------|----]
// A [--------) | |
// B [----|----) |
// C | [------------) |
// D | [----|----)
// E | | [--------)
// F [----|-------------------|----)
// | |
//
// We really only need to eliminate A and F.