Package | Description |
---|---|
org.hipparchus.geometry.partitioning |
This package provides classes to implement Binary Space Partition trees.
|
org.hipparchus.geometry.spherical.oned |
This package provides basic geometry components on the 1-sphere.
|
Modifier and Type | Method | Description |
---|---|---|
Side |
SubHyperplane.SplitSubHyperplane.getSide() |
Get the side of the split sub-hyperplane with respect to its splitter.
|
static Side |
Side.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Side[] |
Side.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Side |
ArcsSet.Split.getSide() |
Get the side of the split arc with respect to its splitter.
|
Side |
ArcsSet.side(Arc arc) |
Deprecated.
as of 3.6, replaced with
ArcsSet.split(Arc) .ArcsSet.Split.getSide() |
Copyright © 2016–2018 Hipparchus.org. All rights reserved.