| Matrix4Scale Method (Vector3) |
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: 20.3.0.0 (20.3)
Syntaxpublic static Matrix4 Scale(
Vector3 s
)
Public Shared Function Scale (
s As Vector3
) As Matrix4
public:
static Matrix4 Scale(
Vector3 s
)
static member Scale :
s : Vector3 -> Matrix4
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