Matrix4x4Double.CreateScale
Matrix4x4Double.CreateScale method
Creates a scaling matrix.
public static Matrix4x4Double CreateScale(double xScale, double yScale, double zScale)
| Parameter | Type | Description |
|---|---|---|
| xScale | Double | Value to scale by on the X-axis. |
| yScale | Double | Value to scale by on the Y-axis. |
| zScale | Double | Value to scale by on the Z-axis. |
Return Value
The scaling matrix.
See Also
- struct Matrix4x4Double
- namespace Aspose.CAD.FileFormats.GLB.Transforms
- assembly Aspose.CAD