Transform3DScale(Point2D) 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(
Point2D scale
)
Parameters
- scale Point2D
- Scaling factor for X/Y.
See Also