2012-09-14 14:19:30 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2012 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
2012-09-15 02:01:41 +00:00
|
|
|
|
2012-09-14 14:19:30 +00:00
|
|
|
#include "DataTypes.h"
|
|
|
|
#include "Intersections.h"
|
|
|
|
|
|
|
|
void Intersections::cleanUp() {
|
|
|
|
assert(fCoincidentUsed);
|
|
|
|
assert(fUsed);
|
|
|
|
// find any entries in fT that could be part of the coincident range
|
2012-09-15 02:01:41 +00:00
|
|
|
|
2012-09-14 14:19:30 +00:00
|
|
|
}
|