Go to the source code of this file.
Namespaces | |
| namespace | SurfaceGeometry |
Functions | |
| SurfaceSide | SurfaceGeometry::signedValueSideness (Real phi, Real tolerance, bool inside_is_negative) |
| Classify a signed level-set value into a SurfaceSide. | |
| SurfaceSide | SurfaceGeometry::unionSideness (SurfaceSide a, SurfaceSide b) |
| Combine two classifications for a union: INSIDE if either is INSIDE, otherwise ON if either is ON, otherwise OUTSIDE (the INSIDE > ON > OUTSIDE precedence). | |