Uses of Enum Class
micycle.pgs.PGS_Contour.OffsetStyle
Packages that use PGS_Contour.OffsetStyle
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_Contour.OffsetStyle in micycle.pgs
Methods in micycle.pgs that return PGS_Contour.OffsetStyleModifier and TypeMethodDescriptionstatic PGS_Contour.OffsetStyle
Returns the enum constant of this class with the specified name.static PGS_Contour.OffsetStyle[]
PGS_Contour.OffsetStyle.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_Contour.OffsetStyleModifier and TypeMethodDescriptionstatic processing.core.PShape
PGS_Morphology.buffer
(processing.core.PShape shape, double buffer, PGS_Contour.OffsetStyle bufferStyle) Computes a buffer area around the shape, having the given buffer width and buffer style (either round, miter, bevel).static processing.core.PShape
PGS_Contour.offsetCurvesInward
(processing.core.PShape shape, PGS_Contour.OffsetStyle style, double spacing) Generates inward-facing offset curves from a shape.static processing.core.PShape
PGS_Contour.offsetCurvesInward
(processing.core.PShape shape, PGS_Contour.OffsetStyle style, double spacing, int curves) Generates N inward-facing offset curves from a shape.static processing.core.PShape
PGS_Contour.offsetCurvesOutward
(processing.core.PShape shape, PGS_Contour.OffsetStyle style, double spacing, int curves) Generates N outward-facing offset curves from a shape.