Package | Description |
---|---|
org.apache.commons.geometry.euclidean.twod.path |
This package provides classes for working with connected sequences of
line segments and other line subsets.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLinePathConnector
Abstract class for joining collections of line subsets into connected
paths.
|
class |
InteriorAngleLinePathConnector
Line subset connector that selects between multiple connection options
based on the resulting interior angle.
|
static class |
InteriorAngleLinePathConnector.Maximize
Implementation of
InteriorAngleLinePathConnector that chooses line subset
connections that produce the largest interior angles. |
static class |
InteriorAngleLinePathConnector.Minimize
Implementation of
InteriorAngleLinePathConnector that chooses line subset
connections that produce the smallest interior angles. |
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.