Class Icosahedron

    • Method Detail

      • setCirumscribedRadius

        public void setCirumscribedRadius​(double cirumscribedRadius)
        Set the radius of a circumscribed sphere, that goes through all vertices
        Parameters:
        cirumscribedRadius - the cirumscribedRadius to set
      • getInscribedRadius

        public double getInscribedRadius()
        Returns the radius of an inscribed sphere, that is tangent to each of the icosahedron's faces
        Returns:
        the inscribedRadius
      • setInscribedRadius

        public void setInscribedRadius​(double radius)
        Sets the radius of an inscribed sphere, that is tangent to each of the icosahedron's faces
        Parameters:
        inscribedRadius - the inscribedRadius to set
      • getMidRadius

        public double getMidRadius()
        Returns the radius of a sphere, that is tangent to each of the icosahedron's edges
        Returns:
        the midRadius
      • setMidRadius

        public void setMidRadius​(double radius)
        Sets the radius of radius of a sphere, that is tangent to each of the icosahedron's edges
        Parameters:
        midRadius - the midRadius to set