Package | Description |
---|---|
org.hipparchus.geometry.euclidean.oned |
This package provides basic 1D geometry components.
|
org.hipparchus.geometry.euclidean.threed |
This package provides basic 3D geometry components.
|
org.hipparchus.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
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.
|
org.hipparchus.geometry.spherical.twod |
This package provides basic geometry components on the 2-sphere.
|
Modifier and Type | Method | Description |
---|---|---|
SubHyperplane.SplitSubHyperplane<Euclidean1D> |
SubOrientedPoint.split(Hyperplane<Euclidean1D> hyperplane) |
Split the instance in two parts by an hyperplane.
|
Modifier and Type | Method | Description |
---|---|---|
SubHyperplane.SplitSubHyperplane<Euclidean3D> |
SubPlane.split(Hyperplane<Euclidean3D> hyperplane) |
Split the instance in two parts by an hyperplane.
|
Modifier and Type | Method | Description |
---|---|---|
SubHyperplane.SplitSubHyperplane<Euclidean2D> |
SubLine.split(Hyperplane<Euclidean2D> hyperplane) |
Split the instance in two parts by an hyperplane.
|
Modifier and Type | Method | Description |
---|---|---|
abstract SubHyperplane.SplitSubHyperplane<S> |
AbstractSubHyperplane.split(Hyperplane<S> hyper) |
Split the instance in two parts by an hyperplane.
|
SubHyperplane.SplitSubHyperplane<S> |
SubHyperplane.split(Hyperplane<S> hyperplane) |
Split the instance in two parts by an hyperplane.
|
Modifier and Type | Method | Description |
---|---|---|
SubHyperplane.SplitSubHyperplane<Sphere1D> |
SubLimitAngle.split(Hyperplane<Sphere1D> hyperplane) |
Split the instance in two parts by an hyperplane.
|
Modifier and Type | Method | Description |
---|---|---|
SubHyperplane.SplitSubHyperplane<Sphere2D> |
SubCircle.split(Hyperplane<Sphere2D> hyperplane) |
Split the instance in two parts by an hyperplane.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.