Uses of Interface
org.apache.commons.math3.geometry.partitioning.Transform

Packages that use Transform
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. 
 

Uses of Transform in org.apache.commons.math3.geometry.euclidean.twod
 

Methods in org.apache.commons.math3.geometry.euclidean.twod that return Transform
static Transform<Euclidean2D,Euclidean1D> Line.getTransform(AffineTransform transform)
          Get a Transform embedding an affine transform.
 

Uses of Transform in org.apache.commons.math3.geometry.partitioning
 

Methods in org.apache.commons.math3.geometry.partitioning with parameters of type Transform
 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 © 2017 CNES. All Rights Reserved.