Uses of Interface
org.hipparchus.geometry.partitioning.Transform
Packages that use Transform
Package
Description
This package provides basic 2D geometry components.
This package provides classes to implement Binary Space Partition trees.
This package provides basic geometry components on the 2-sphere.
-
Uses of Transform in org.hipparchus.geometry.euclidean.twod
Methods in org.hipparchus.geometry.euclidean.twod that return TransformModifier and TypeMethodDescriptionstatic Transform<Euclidean2D,
Euclidean1D> Line.getTransform
(double cXX, double cYX, double cXY, double cYY, double cX1, double cY1) Get aTransform
embedding an affine transform. -
Uses of Transform in org.hipparchus.geometry.partitioning
Methods in org.hipparchus.geometry.partitioning with parameters of type TransformModifier and TypeMethodDescriptionAbstractRegion.applyTransform
(Transform<S, T> transform) Transform a region.AbstractSubHyperplane.applyTransform
(Transform<S, T> transform) Apply a transform to the instance. -
Uses of Transform in org.hipparchus.geometry.spherical.twod
Methods in org.hipparchus.geometry.spherical.twod that return Transform