Line Code
1 2 3 4 5 6 7 8 9 10
#include "DataFormats/GeometrySurface/interface/Plane.h"
#include "DataFormats/GeometrySurface/interface/TangentPlane.h"

ConstReferenceCountingPointer<TangentPlane> Plane::tangentPlane(const GlobalPoint&) const {
  return ConstReferenceCountingPointer<TangentPlane>(this);
}

ConstReferenceCountingPointer<TangentPlane> Plane::tangentPlane(const LocalPoint&) const {
  return ConstReferenceCountingPointer<TangentPlane>(this);
}