| Package | Description |
|---|---|
| org.scilab.forge.scirenderer.examples.utils | |
| org.scilab.forge.scirenderer.tranformations |
| Modifier and Type | Method and Description |
|---|---|
Rotation |
MouseRotationAdapter.getRotation()
Return the current rotation.
|
| Constructor and Description |
|---|
MouseRotationAdapter(Rotation startRotation)
Default constructor.
|
MouseRotationAdapter(Rotation rotation,
Canvas canvas)
A constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Rotation |
Rotation.getInverse()
Return the inverse rotation.
|
Rotation |
Rotation.multiply(Rotation q) |
Rotation |
Rotation.power(double p) |
Rotation |
Rotation.times(Rotation q) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Rotation.equals(Rotation r2) |
static Transformation |
TransformationFactory.getRotationTransformation(Rotation q)
Return a rotation transformation.
|
Rotation |
Rotation.multiply(Rotation q) |
Rotation |
Rotation.times(Rotation q) |
| Constructor and Description |
|---|
Rotation(Rotation r)
Copy constructor.
|