Matrix4Scale Method (Vector3)
Creates a matrix that scales along the x-axis, the y-axis and the z-axis.

Namespace: Aspose.ThreeD.Utilities
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public static Matrix4 Scale(
	Vector3 s
)

Parameters

s
Type: Aspose.ThreeD.UtilitiesVector3
Scaling factories applies to the x-axis, the y-axis and the z-axis

Return Value

Type: Matrix4
See Also