Uses of Class
org.episteme.core.mathematics.geometry.polyhedra.Polyhedron
Packages that use Polyhedron
Package
Description
-
Uses of Polyhedron in org.episteme.core.mathematics.geometry.csg
Methods in org.episteme.core.mathematics.geometry.csg that return PolyhedronModifier and TypeMethodDescriptionCSG.toPolyhedron()Converts this CSG object back to a Polyhedron.Methods in org.episteme.core.mathematics.geometry.csg with parameters of type PolyhedronModifier and TypeMethodDescriptionstatic CSGCSG.fromPolyhedron(Polyhedron polyhedron) Converts a Polyhedron to a CSG object. -
Uses of Polyhedron in org.episteme.core.mathematics.geometry.polyhedra
Methods in org.episteme.core.mathematics.geometry.polyhedra that return PolyhedronModifier and TypeMethodDescriptionstatic PolyhedronPolyhedron.cube()Creates a cube with unit edge length centered at origin.static PolyhedronPolyhedron.dodecahedron()Creates a regular dodecahedron as the dual of the icosahedron.static PolyhedronPolyhedron.icosahedron()Creates a regular icosahedron.static PolyhedronPolyhedron.octahedron()Creates a regular octahedron with unit edge length.static PolyhedronPolyhedron.tetrahedron()Creates a regular tetrahedron with unit edge length.