Uses of Enum Class
micycle.pgs.PGS_Optimisation.RectPackHeuristic
Packages that use PGS_Optimisation.RectPackHeuristic
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_Optimisation.RectPackHeuristic in micycle.pgs
Methods in micycle.pgs that return PGS_Optimisation.RectPackHeuristicModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PGS_Optimisation.RectPackHeuristic[]
PGS_Optimisation.RectPackHeuristic.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_Optimisation.RectPackHeuristicModifier and TypeMethodDescriptionstatic processing.core.PShape
PGS_Optimisation.rectPack
(List<processing.core.PVector> rectangles, int binWidth, int binHeight, PGS_Optimisation.RectPackHeuristic heuristic) Packs a collection of rectangles, according to the given packing heuristic, into rectangular 2D bin(s).