Package | Description |
---|---|
eu.printingin3d.javascad.coords | |
eu.printingin3d.javascad.models | |
eu.printingin3d.javascad.tranform | |
eu.printingin3d.javascad.tranzitions |
Modifier and Type | Field and Description |
---|---|
static Angles3d |
Angles3d.ROTATE_MINUS_X
rotating on the X plane by -90 degrees.
|
static Angles3d |
Angles3d.ROTATE_MINUS_Y
rotating on the Y plane by -90 degrees.
|
static Angles3d |
Angles3d.ROTATE_MINUS_Z
rotating on the Z plane by -90 degrees.
|
static Angles3d |
Angles3d.ROTATE_PLUS_X
rotating on the X plane by +90 degrees.
|
static Angles3d |
Angles3d.ROTATE_PLUS_Y
rotating on the Y plane by +90 degrees.
|
static Angles3d |
Angles3d.ROTATE_PLUS_Z
rotating on the Z plane by +90 degrees.
|
static Angles3d |
Angles3d.ZERO
the zero angle, which does nothing - usually used as a starting point.
|
Modifier and Type | Method and Description |
---|---|
protected Angles3d |
Angles3d.create(double x,
double y,
double z) |
Angles3d |
Angles3d.rotate(Angles3d delta)
Rotates the current value by the given value - this object won't change, but
a new object will be created.
|
static Angles3d |
Angles3d.xOnly(double x)
Rotating only around the X axis.
|
static Angles3d |
Angles3d.yOnly(double y)
Rotating only around the Y axis.
|
static Angles3d |
Angles3d.zOnly(double z)
Rotating only around the Z axis.
|
Modifier and Type | Method and Description |
---|---|
Coords3d |
Coords3d.rotate(Angles3d angles)
Rotating this coordinate by the given angle, but this object will be unchanged and
this method will create a new object with the new coordinates.
|
Boundaries3d |
Boundaries3d.rotate(Angles3d angle)
Rotates the interval with the given angle.
|
Angles3d |
Angles3d.rotate(Angles3d delta)
Rotates the current value by the given value - this object won't change, but
a new object will be created.
|
Modifier and Type | Method and Description |
---|---|
Abstract3dModel |
Abstract3dModel.rotate(Angles3d delta)
Creates a new object by rotating this object with the given angle.
|
Abstract3dModel |
Abstract3dModel.rotates(Angles3d... delta)
Add rotates to this model, which converts this to an
Union , representing more than one model. |
Modifier and Type | Method and Description |
---|---|
Abstract3dModel |
Abstract3dModel.rotates(Collection<Angles3d> delta)
Add rotates to this model, which converts this to an
Union , representing more than one model. |
Modifier and Type | Method and Description |
---|---|
static ITransformation |
TransformationFactory.getRotationMatrix(Angles3d angles)
Returns with a transformation representing a rotation by the given angle.
|
Modifier and Type | Method and Description |
---|---|
static String |
Rotate.getRotate(Angles3d angles)
This method is used internally by the
Abstract3dModel - do not use it! |
Constructor and Description |
---|
Rotate(Abstract3dModel model,
Angles3d angles)
Creates a rotation operation.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.