2 // ********************************************************************
 
    3 // * This Software is part of the AIDA Unified Solids Library package *
 
    4 // * See: https://aidasoft.web.cern.ch/USolids                        *
 
    5 // ********************************************************************
 
    9 // --------------------------------------------------------------------
 
   11 // UGenericPolycone.icc
 
   13 // Implementation of inline methods of UGenericPolycone
 
   15 // 19.10.13 Tatiana Nikitina
 
   16 //          Created from original implementation in Geant4
 
   17 // --------------------------------------------------------------------
 
   20 double UGenericPolycone::GetStartPhi() const
 
   26 double UGenericPolycone::GetEndPhi() const
 
   32 bool UGenericPolycone::IsOpen() const
 
   39 int UGenericPolycone::GetNumRZCorner() const
 
   45 UPolyconeSideRZ UGenericPolycone::GetCorner(int index) const
 
   47   return corners[index];