public class TransformationMatrix extends Object implements ITransformation
| Modifier | Constructor and Description |
|---|---|
protected |
TransformationMatrix(double[] matrix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMirror()
True if and only if this transformation is a mirror transformation.
|
Coords3d |
transform(Coords3d vec)
Transforming a coordinate by this transformation.
|
public Coords3d transform(Coords3d vec)
ITransformationtransform in interface ITransformationvec - the coordinate to be transformedpublic boolean isMirror()
ITransformationisMirror in interface ITransformationCopyright © 2014–2020, Printing in 3D. All rights reserved.