| caryclark@google.com | 235f56a | 2012-09-14 14:19:30 +0000 | [diff] [blame^] | 1 | /* |
| 2 | * Copyright 2012 Google Inc. | ||||
| 3 | * | ||||
| 4 | * Use of this source code is governed by a BSD-style license that can be | ||||
| 5 | * found in the LICENSE file. | ||||
| 6 | */ | ||||
| 7 | |||||
| 8 | #include "DataTypes.h" | ||||
| 9 | #include "Intersections.h" | ||||
| 10 | |||||
| 11 | void Intersections::cleanUp() { | ||||
| 12 | assert(fCoincidentUsed); | ||||
| 13 | assert(fUsed); | ||||
| 14 | // find any entries in fT that could be part of the coincident range | ||||
| 15 | |||||
| 16 | } | ||||