| Constructor and Description |
|---|
SingleTransform()
Creates a default
Transform.SingleTransform instance equivalent to no transform. |
SingleTransform(float a,
float b,
float c,
float d,
UnitValue e,
UnitValue f)
Creates a
Transform.SingleTransform instance. |
| Modifier and Type | Method and Description |
|---|---|
float[] |
getFloats()
Gets an array of values corresponding to transformation, i.e.
|
UnitValue[] |
getUnitValues()
Gets an array of values corresponding to translation.
|
public SingleTransform()
Transform.SingleTransform instance equivalent to no transform.public SingleTransform(float a,
float b,
float c,
float d,
UnitValue e,
UnitValue f)
Transform.SingleTransform instance.
Detailed explanation of [a b c d e f] parameters of transformation
matrix can be found in Matrix documentation.
a - horizontal scalingb - vertical skewingc - horizontal skewingd - vertical scalinge - horizontal translationf - vertical translationCopyright © 1998–2025 Apryse Group NV. All rights reserved.