| Package | Description |
|---|---|
| org.geolatte.geom.cga |
| Modifier and Type | Method and Description |
|---|---|
static NumericalMethods.Orientation |
NumericalMethods.orientation(Position p0,
Position p1,
Position p2)
Determines if the triangle determined by p0, p1, p2 is counterclockwise in 2D.
|
static NumericalMethods.Orientation |
NumericalMethods.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumericalMethods.Orientation[] |
NumericalMethods.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 geolatte.org. All rights reserved.