Package | Description |
---|---|
eu.printingin3d.javascad.tranform | |
eu.printingin3d.javascad.vrl |
Modifier and Type | Class and Description |
---|---|
class |
TransformationMatrix
A special 4x4 transformation matrix, where the 4th row is always 0,0,0,1.
|
Modifier and Type | Method and Description |
---|---|
static ITransformation |
TransformationFactory.getIdentityMatrix()
Creates an identity transformation matrix.
|
static ITransformation |
TransformationFactory.getMirrorMatrix(Direction direction)
Returns with a transformation representing a mirror on the given direction.
|
static ITransformation |
TransformationFactory.getRotationMatrix(Angles3d angles)
Returns with a transformation representing a rotation by the given angle.
|
static ITransformation |
TransformationFactory.getScaleMatrix(Abstract3d values)
Returns with a transformation representing a scaling by the given values.
|
static ITransformation |
TransformationFactory.getScaleMatrix(double x,
double y,
double z)
Returns with a transformation representing a scaling by the given values.
|
static ITransformation |
TransformationFactory.getTranlationMatrix(Abstract3d delta)
Returns with a transformation representing a move by the given vector.
|
Modifier and Type | Method and Description |
---|---|
Polygon |
Polygon.transformed(ITransformation transform)
Returns a transformed copy of this polygon.
|
CSG |
CSG.transformed(ITransformation transform)
Returns a transformed copy of this CSG.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.