1 #ifndef Geom_Cylinder_H 2 #define Geom_Cylinder_H 21 template <
typename... Args>
Vector3DBase< typename PreciseFloatType< T, U >::Type, FrameTag > cross(const Vector3DBase< U, FrameTag > &v) const
Plane fastTangent(const GlobalPoint &aPoint) const
tangent plane to surface from global point
ReferenceCountingPointer< Cylinder > BoundCylinderPointer
virtual Side side(const LocalPoint &p, Scalar tolerance=0) const =0
ConstReferenceCountingPointer< Cylinder > ConstBoundCylinderPointer
Plane fastTangent(const LocalPoint &aPoint) const
tangent plane to surface from local point
static CylinderPointer build(Scalar radius, const PositionType &pos, const RotationType &rot, Bounds *bounds=nullptr)
ConstReferenceCountingPointer< TangentPlane > tangentPlane(const GlobalPoint &) const override
tangent plane to surface from global point
Cylinder(Scalar radius, Args &&... args)
GlobalPoint toGlobal(const Point2DBase< Scalar, LocalTag > lp) const
Cylinder(const PositionType &pos, const RotationType &rot, SimpleCylinderBounds const &bounds)
const PositionType & position() const
static CylinderPointer build(const PositionType &pos, const RotationType &rot, Scalar radius, Bounds *bounds=nullptr)
ConstReferenceCountingPointer< Cylinder > ConstCylinderPointer
TEveGeoShape * clone(const TEveElement *element, TEveElement *parent)
Side side(const LocalPoint &p, Scalar toler) const override
static float computeRadius(Bounds const &bounds)
Scalar radius() const
Radius of the cylinder.
TkRotation< float > RotationType
const RotationType & rotation() const
SurfaceOrientation::Side Side
ReferenceCountingPointer< Cylinder > CylinderPointer