186 template<
class Po
int,
class Po
intRef>
Graphite solid properties.
A direction and a reference point.
friend Ostream & operator<<(Ostream &, const plane &)
Write plane properties.
A 1D vector of objects of type <T> with a fixed size <Size>.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const vector & dir() const
friend bool operator!=(const plane &, const plane &)
point nearestPoint(const point &p) const
Return nearest point in the plane for the given point.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
ray planeIntersect(const plane &) const
Return the cutting line between this plane and another.
point planePlaneIntersect(const plane &, const plane &) const
Return the cutting point between this plane and two other planes.
Geometric class that creates a 2D plane and can return the intersection point between a line and the ...
plane(const vector &normalVector)
Construct from normal vector through the origin.
side sideOfPlane(const point &p) const
Return the side of the plane that the point is on.
scalar normalIntersect(const point &pnt0, const vector &dir) const
Return cut coefficient for plane and line defined by.
point aPoint() const
Return a point on the plane.
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
ray(const point &refPoint, const vector &dir)
scalar distance(const point &p) const
Return distance from the given point to the plane.
PointRef start() const
Return first vertex.
const point & refPoint() const
An Ostream is an abstract base class for all output systems (streams, files, token lists...
point mirror(const point &p) const
Mirror the supplied point in the plane. Return the mirrored point.
scalar lineIntersect(const line< Point, PointRef > &l) const
Return the cutting point between the plane and.
Point vec() const
Return start-end vector.
friend bool operator==(const plane &, const plane &)
const vector & normal() const
Return plane normal.
Ostream & operator<<(Ostream &, const ensightPart &)
void writeDict(Ostream &) const
Write to dictionary.
FixedList< scalar, 4 > planeCoeffs() const
Return coefficients for the.
bool operator!=(const particle &, const particle &)