Package | Description |
---|---|
org.tinfour.utils |
Provides both high-level and general utilities for using the Tinfour packages.
|
Modifier and Type | Method and Description |
---|---|
static Polyside.Result |
Polyside.isPointInPolygon(List<IQuadEdge> list,
double x,
double y)
Determines if a point is inside a polygon.
|
static Polyside.Result |
Polyside.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.
|
Copyright © 2021. All rights reserved.