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