public static class GeometryTransformer.UniformScalingConstrainer extends java.lang.Object implements GeometryTransformer.Constrainer
| Constructor and Description |
|---|
UniformScalingConstrainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(AffineTransform3dBase X)
Modfies the value of
X, if necessary, to satisfy some
constraint. |
boolean |
isReflecting()
Returns true if the constrainer transform is reflecting.
|
public void apply(AffineTransform3dBase X)
GeometryTransformer.ConstrainerX, if necessary, to satisfy some
constraint.apply in interface GeometryTransformer.Constrainerpublic boolean isReflecting()
GeometryTransformer.ConstrainerisReflecting in interface GeometryTransformer.Constrainer