

Go to the source code of this file.
Classes | |
| class | plane |
| Geometric class that creates a 3D plane and can return the intersection point between a line and the plane. More... | |
| class | plane::ray |
| A reference point and direction. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| Ostream & | operator<< (Ostream &os, const plane &pln) |
| Write plane normal, origin. | |
| bool | operator== (const plane &a, const plane &b) |
| Test for equality of origin and normal. | |
| bool | operator!= (const plane &a, const plane &b) |
| Test for inequality of origin or normal. | |
| bool | operator< (const plane &a, const plane &b) |
| Compare origin. | |