Package | Description |
---|---|
org.scilab.forge.scirenderer.tranformations |
Modifier and Type | Method | Description |
---|---|---|
static Transformation |
TransformationFactory.getAffineTransformation(Vector3d s,
Vector3d t) |
Return an affine transformation
aX + b
|
static Transformation |
TransformationFactory.getPreferredAspectRatioTransformation(java.awt.Dimension dimension,
double preferredRatio) |
Return the 'preferred aspect ratio transformation'
|
static Transformation |
TransformationFactory.getRotationTransformation(double angle,
double x,
double y,
double z) |
Return a rotation transformation.
|
static Transformation |
TransformationFactory.getScaleTransformation(double s) |
Return a scale transformation.
|
static Transformation |
TransformationFactory.getScaleTransformation(double x,
double y,
double z) |
Return a scale transformation.
|