Package | Description |
---|---|
org.apache.commons.math3.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
org.apache.commons.math3.geometry.partitioning |
This package provides classes to implement Binary Space Partition trees.
|
Modifier and Type | Method and Description |
---|---|
static Transform<Euclidean2D,Euclidean1D> |
Line.getTransform(AffineTransform transform)
Get a
Transform embedding an affine transform. |
Modifier and Type | Method and Description |
---|---|
AbstractSubHyperplane<S,T> |
AbstractSubHyperplane.applyTransform(Transform<S,T> transform)
Apply a transform to the instance.
|
AbstractRegion<S,T> |
AbstractRegion.applyTransform(Transform<S,T> transform)
Transform a region.
|
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.