Package | Description |
---|---|
org.tinfour.common |
Provides classes and interfaces that are common to multiple
packages within the TinFour project.
|
Modifier and Type | Method and Description |
---|---|
BootstrapUtility.BootstrapTestResult |
BootstrapUtility.testInput(List<Vertex> input,
List<Vertex> output)
Given a set of input Vertices, test to see if their (x,y) coordinates are
sufficient to create a bootstrap triangle for processing.
|
static BootstrapUtility.BootstrapTestResult |
BootstrapUtility.BootstrapTestResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapUtility.BootstrapTestResult[] |
BootstrapUtility.BootstrapTestResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.