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 class
Icosahedron.Triangle
public class
Icosahedron.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static Icosahedron.Companion
Companion
-
Constructor Summary
Constructors Constructor Description Icosahedron()
-
Method Summary
Modifier and Type Method Description final Unit
drawIcosahedron(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()
-
-
-
-