Loading...
Searching...
No Matches
plane.H File Reference
Include dependency graph for plane.H:
This graph shows which files directly or indirectly include this file:

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

Ostreamoperator<< (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.

Detailed Description

Original source file plane.H

Definition in file plane.H.