#include <TangentPlane.h>
Public Member Functions | |
const Surface & | parentSurface () |
access to original surface | |
TangentPlane (const PositionType &pos, const RotationType &rot, const Surface *parent) | |
Private Attributes | |
ConstReferenceCountingPointer < Surface > | theParent |
Plane tangent to a more general surface (e.g. cylinder). To be constructed by the "parent" surface.
Definition at line 10 of file TangentPlane.h.
TangentPlane::TangentPlane | ( | const PositionType & | pos, |
const RotationType & | rot, | ||
const Surface * | parent | ||
) | [inline] |
const Surface& TangentPlane::parentSurface | ( | ) | [inline] |
access to original surface
Definition at line 19 of file TangentPlane.h.
References theParent.
{return *theParent;}
Definition at line 22 of file TangentPlane.h.
Referenced by parentSurface().