|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet.TranslationTransform
private static class PolyhedronsSet.TranslationTransform
3D translation as a transform.
Field Summary | |
---|---|
private Plane |
cachedOriginal
Cached original hyperplane. |
private Transform<Euclidean2D,Euclidean1D> |
cachedTransform
Cached 2D transform valid inside the cached original hyperplane. |
private Vector3D |
translation
Translation vector. |
Constructor Summary | |
---|---|
PolyhedronsSet.TranslationTransform(Vector3D translation)
Build a translation transform. |
Method Summary | |
---|---|
Plane |
apply(Hyperplane<Euclidean3D> hyperplane)
Transform an hyperplane of a space. |
SubHyperplane<Euclidean2D> |
apply(SubHyperplane<Euclidean2D> sub,
Hyperplane<Euclidean3D> original,
Hyperplane<Euclidean3D> transformed)
Transform a sub-hyperplane embedded in an hyperplane. |
Vector3D |
apply(Vector<Euclidean3D> point)
Transform a point of a space. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Vector3D translation
private Plane cachedOriginal
private Transform<Euclidean2D,Euclidean1D> cachedTransform
Constructor Detail |
---|
public PolyhedronsSet.TranslationTransform(Vector3D translation)
translation
- translation vectorMethod Detail |
---|
public Vector3D apply(Vector<Euclidean3D> point)
apply
in interface Transform<Euclidean3D,Euclidean2D>
point
- point to transform
public Plane apply(Hyperplane<Euclidean3D> hyperplane)
apply
in interface Transform<Euclidean3D,Euclidean2D>
hyperplane
- hyperplane to transform
public SubHyperplane<Euclidean2D> apply(SubHyperplane<Euclidean2D> sub, Hyperplane<Euclidean3D> original, Hyperplane<Euclidean3D> transformed)
apply
in interface Transform<Euclidean3D,Euclidean2D>
sub
- sub-hyperplane to transformoriginal
- hyperplane in which the sub-hyperplane is
defined (this is the original hyperplane, the transform has
not been applied to it)transformed
- hyperplane in which the sub-hyperplane is
defined (this is the transformed hyperplane, the transform
has been applied to it)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |