Uses of Class
org.tinfour.utils.Polyside.Result
-
Packages that use Polyside.Result Package Description org.tinfour.utils Provides both high-level and general utilities for using the Tinfour packages. -
-
Uses of Polyside.Result in org.tinfour.utils
Methods in org.tinfour.utils that return Polyside.Result Modifier and Type Method Description static Polyside.ResultPolyside. isPointInPolygon(List<IQuadEdge> list, double x, double y)Determines if a point is inside a polygon.static Polyside.ResultPolyside.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static Polyside.Result[]Polyside.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.
-