Transform3DScale(Double, Double) Method |
Scales the matrix by the given values.
Namespace: RAYLASE.SPICE3.UtilsAssembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.5.2
Syntax public void Scale(
double scaleX,
double scaleY
)
Parameters
- scaleX Double
- Scaling factor for X.
- scaleY Double
- Scaling factor for Y.
See Also