Uses of Class
com.luchersol.core.specialized_checkers.math.CheckerPolygon
Packages that use CheckerPolygon
Package
Description
Specialized checkers for mathematical and array-based operations.
-
Uses of CheckerPolygon in com.luchersol.core.specialized_checkers.math
Subclasses with type arguments of type CheckerPolygon in com.luchersol.core.specialized_checkers.mathModifier and TypeClassDescriptionclassA specialized checker forPolygoninstances, providing fluent API methods to assert properties of 2D polygonal shapes.Methods in com.luchersol.core.specialized_checkers.math that return CheckerPolygonModifier and TypeMethodDescriptionstatic CheckerPolygonCheckerPolygon.check(int[] xpoints, int[] ypoints, int npoints) Creates a newCheckerPolygonfor the givenPolygonfrom the specified parameters.static CheckerPolygonCreates a newCheckerPolygonfor the givenPolygonfrom the specified parameters with a custom name.static CheckerPolygonCreates a newCheckerPolygonfor the givenPolygoninstance with a default name.static CheckerPolygonCreates a newCheckerPolygonfor the givenPolygoninstance with a custom name.protected CheckerPolygonCheckerPolygon.self()Returns this checker instance (for fluent API usage).