boundBox, octree cleanup

- added boundBox(const tmp<pointField>&) constructor for use with
    coordinate systems
  - moved some methods from treeBoundBox to boundBox and use VectorSpace ops
This commit is contained in:
Mark Olesen
2009-01-01 17:03:19 +01:00
parent 28b200bcd9
commit 973b9ea0ce
38 changed files with 813 additions and 976 deletions

View File

@ -59,7 +59,7 @@ void Foam::edgeIntersections::checkEdges(const triSurface& surf)
treeBoundBox bb(localPoints);
scalar minSize = SMALL*bb.minDim();
scalar minSize = SMALL * bb.minDim();
forAll(edges, edgeI)
{