public static final class Line.SubspaceTransform extends Object
Constructor and Description |
---|
SubspaceTransform(Line line,
AffineTransformMatrix1D transform)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
Line |
getLine()
Get the transformed line instance.
|
AffineTransformMatrix1D |
getTransform()
Get the 1D transform that can be applied to subspace points.
|
public SubspaceTransform(Line line, AffineTransformMatrix1D transform)
line
- the transformed linetransform
- 1D transform that can be applied to subspace pointspublic Line getLine()
public AffineTransformMatrix1D getTransform()
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.