Class Icosahedron
java.lang.Object
org.biojava.nbio.structure.symmetry.geometry.Icosahedron
- All Implemented Interfaces:
Polyhedron
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the radius of a circumscribed sphere, that goes through all verticesdouble
Returns the radius of an inscribed sphere, that is tangent to each of the icosahedron's facesList
<int[]> double
Returns the radius of a sphere, that is tangent to each of the icosahedron's edgesjavax.vecmath.Point3d[]
int
javax.vecmath.Matrix3d
getViewMatrix
(int index) getViewName
(int index) void
setCirumscribedRadius
(double cirumscribedRadius) Set the radius of a circumscribed sphere, that goes through all verticesvoid
setInscribedRadius
(double radius) Sets the radius of an inscribed sphere, that is tangent to each of the icosahedron's facesvoid
setMidRadius
(double radius) Sets the radius of radius of a sphere, that is tangent to each of the icosahedron's edges
-
Constructor Details
-
Icosahedron
public Icosahedron()
-
-
Method Details
-
getCirumscribedRadius
Returns the radius of a circumscribed sphere, that goes through all vertices- Specified by:
getCirumscribedRadius
in interfacePolyhedron
- Returns:
- the cirumscribedRadius
-
setCirumscribedRadius
Set the radius of a circumscribed sphere, that goes through all vertices- Parameters:
cirumscribedRadius
- the cirumscribedRadius to set
-
getInscribedRadius
Returns the radius of an inscribed sphere, that is tangent to each of the icosahedron's faces- Returns:
- the inscribedRadius
-
setInscribedRadius
Sets the radius of an inscribed sphere, that is tangent to each of the icosahedron's faces- Parameters:
radius
- the inscribedRadius to set
-
getMidRadius
Returns the radius of a sphere, that is tangent to each of the icosahedron's edges- Returns:
- the midRadius
-
setMidRadius
Sets the radius of radius of a sphere, that is tangent to each of the icosahedron's edges- Parameters:
radius
- the midRadius to set
-
getVertices
- Specified by:
getVertices
in interfacePolyhedron
-
getLineLoops
- Specified by:
getLineLoops
in interfacePolyhedron
-
getViewCount
- Specified by:
getViewCount
in interfacePolyhedron
-
getViewName
- Specified by:
getViewName
in interfacePolyhedron
-
getViewMatrix
- Specified by:
getViewMatrix
in interfacePolyhedron
-