Modifier and Type | Field and Description |
---|---|
private Rotation |
rotation
Underlying rotation.
|
Constructor and Description |
---|
Circle.CircleTransform(Rotation rotation)
Build a transform from a
Rotation . |
Modifier and Type | Method and Description |
---|---|
Circle |
apply(Hyperplane<Sphere2D> hyperplane)
Transform an hyperplane of a space.
|
S2Point |
apply(Point<Sphere2D> point)
Transform a point of a space.
|
SubHyperplane<Sphere1D> |
apply(SubHyperplane<Sphere1D> sub,
Hyperplane<Sphere2D> original,
Hyperplane<Sphere2D> transformed)
Transform a sub-hyperplane embedded in an hyperplane.
|
private final Rotation rotation
public Circle.CircleTransform(Rotation rotation)
Rotation
.rotation
- rotation to usepublic Circle apply(Hyperplane<Sphere2D> hyperplane)
public SubHyperplane<Sphere1D> apply(SubHyperplane<Sphere1D> sub, Hyperplane<Sphere2D> original, Hyperplane<Sphere2D> transformed)
apply
in interface Transform<Sphere2D,Sphere1D>
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)Copyright (c) 2003-2014 Apache Software Foundation