Uses of Class
org.episteme.core.mathematics.geometry.boundaries.FuzzyBoundary2D
Packages that use FuzzyBoundary2D
Package
Description
Comprehensive boundary and region support for geometric modeling.
-
Uses of FuzzyBoundary2D in org.episteme.core.mathematics.geometry.boundaries
Methods in org.episteme.core.mathematics.geometry.boundaries that return FuzzyBoundary2DModifier and TypeMethodDescriptionstatic FuzzyBoundary2DBoundaryConverter.toFuzzy(Boundary2D crisp, Real bufferWidth) Creates a fuzzy boundary from a crisp boundary with a buffer.static FuzzyBoundary2DFuzzyBoundary2D.withBuffer(Boundary2D crisp, Real bufferWidth) Creates a fuzzy boundary with a buffer zone around a crisp boundary.Methods in org.episteme.core.mathematics.geometry.boundaries with parameters of type FuzzyBoundary2DModifier and TypeMethodDescriptionFuzzyBoundary2D.fuzzyAnd(Point2D point, FuzzyBoundary2D other) Fuzzy AND (intersection) - minimum membership.FuzzyBoundary2D.fuzzyOr(Point2D point, FuzzyBoundary2D other) Fuzzy OR (union) - maximum membership.static Boundary2DBoundaryConverter.toCrisp(FuzzyBoundary2D fuzzy, Real alpha) Converts a fuzzy 2D boundary to crisp by alpha-cut.