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)
ITransformation
transform
in interface ITransformation
vec
- the coordinate to be transformedpublic boolean isMirror()
ITransformation
isMirror
in interface ITransformation
Copyright © 2014–2020, Printing in 3D. All rights reserved.