Class describing a Plane object. More...
#include <utl/Plane.h>
Public Member Functions | |
const Point & | GetAnchor () const |
const Vector & | GetNormal () const |
Plane ()=default | |
Plane (const Point &anchor, const Vector &normal) | |
Private Attributes | |
Point | fAnchor |
Vector | fNormal |
|
default |
|
inline |
Definition at line 22 of file Plane.h.
References fAnchor.
Referenced by mdet::Scintillator::ComputeIntersectionWith(), utl::Distance(), utl::Intersection(), sdet::Station::IsHit(), and testGeometryUtilities::testPlaneCtor().
|
inline |
Definition at line 23 of file Plane.h.
References fNormal.
Referenced by utl::Distance(), utl::Intersection(), mdet::Scintillator::Intersects(), utl::PerpendicularProjection(), and testGeometryUtilities::testPlaneCtor().
|
private |
Definition at line 26 of file Plane.h.
Referenced by GetAnchor().
|
private |
Definition at line 27 of file Plane.h.
Referenced by GetNormal(), and Plane().