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