Matrix4Scale Method (Double, Double, Double) |
Creates a matrix that scales along the x-axis, the y-axis and the z-axis.
Namespace: Aspose.ThreeD.UtilitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic static Matrix4 Scale(
double sx,
double sy,
double sz
)
Public Shared Function Scale (
sx As Double,
sy As Double,
sz As Double
) As Matrix4
public:
static Matrix4 Scale(
double sx,
double sy,
double sz
)
static member Scale :
sx : float *
sy : float *
sz : float -> Matrix4
Parameters
- sx
- Type: SystemDouble
Scaling factories applies to the x-axis - sy
- Type: SystemDouble
Scaling factories applies to the y-axis - sz
- Type: SystemDouble
Scaling factories applies to the z-axis
Return Value
Type:
Matrix4
See Also