Class Line.SubspaceTransform
java.lang.Object
org.apache.commons.geometry.euclidean.twod.Line.SubspaceTransform
- Enclosing class:
Line
Class containing a transformed line instance along with a subspace (1D) transform. The subspace
transform produces the equivalent of the 2D transform in 1D.
-
Constructor Summary
ConstructorsConstructorDescriptionSubspaceTransform(Line line, AffineTransformMatrix1D transform) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetLine()Get the transformed line instance.Get the 1D transform that can be applied to subspace points.
-
Constructor Details
-
SubspaceTransform
Simple constructor.- Parameters:
line- the transformed linetransform- 1D transform that can be applied to subspace points
-
-
Method Details
-
getLine
-
getTransform
Get the 1D transform that can be applied to subspace points. This transform can be used to perform the equivalent of the 2D transform in 1D space.- Returns:
- the subspace transform instance
-