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