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.
|
org.apache.commons.math3.geometry.spherical.twod |
This package provides basic geometry components on the 2-sphere.
|
Modifier and Type | Method and Description |
---|---|
static Transform<Euclidean2D,Euclidean1D> |
Line.getTransform(AffineTransform transform)
Deprecated.
as of 3.6, replaced with
Line.getTransform(double, double, double, double, double, double) |
static Transform<Euclidean2D,Euclidean1D> |
Line.getTransform(double cXX,
double cYX,
double cXY,
double cYY,
double cX1,
double cY1)
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.
|
Modifier and Type | Method and Description |
---|---|
static Transform<Sphere2D,Sphere1D> |
Circle.getTransform(Rotation rotation)
Get a
Transform embedding a 3D rotation. |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.