Package com.skillw.particlelib.utils
Class Icosahedron
-
- All Implemented Interfaces:
public final class Icosahedron
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIcosahedron.Trianglepublic classIcosahedron.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static Icosahedron.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description Icosahedron()
-
Method Summary
Modifier and Type Method Description final UnitdrawIcosahedron(Integer depth, Float radius)final List<Icosahedron.Triangle>getTriangles()-
-
Method Detail
-
drawIcosahedron
final Unit drawIcosahedron(Integer depth, Float radius)
-
getTriangles
final List<Icosahedron.Triangle> getTriangles()
-
-
-
-