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

Ostream & operator<< (Ostream &os, const plane &pln)
 Write plane normal, origin. More...
 
bool operator== (const plane &a, const plane &b)
 Test for equality of origin and normal. More...
 
bool operator!= (const plane &a, const plane &b)
 Test for inequality of origin or normal. More...
 
bool operator< (const plane &a, const plane &b)
 Compare origin. More...
 

Detailed Description

Original source file plane.H

Definition in file plane.H.