Click or drag to resize

MatrixScaling(Double, Double, Double) Method

Form a scaling Matrix

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static Matrix Scaling(
	double x,
	double y,
	double z
)

Parameters

x  Double
The X scale
y  Double
The Y scale
z  Double
The Z scale

Return Value

Matrix
Resulting scaling Matrix
See Also