Uses of Enum Class
micycle.pgs.PGS_Construction.SierpinskiTriCurveType
Packages that use PGS_Construction.SierpinskiTriCurveType
Package
Description
Processing Geometry Suite is a software project that provides easy access to
geometric algorithms in the form of a Processing library.
-
Uses of PGS_Construction.SierpinskiTriCurveType in micycle.pgs
Methods in micycle.pgs that return PGS_Construction.SierpinskiTriCurveTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PGS_Construction.SierpinskiTriCurveType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in micycle.pgs with parameters of type PGS_Construction.SierpinskiTriCurveTypeModifier and TypeMethodDescriptionstatic processing.core.PShape
PGS_Construction.createSierpinskiTriCurve
(PGS_Construction.SierpinskiTriCurveType type, double width, int order) Creates one of a family of trifurcating Sierpinski curves.