Click or drag to resize

MatrixScaling Method (Double, Double, Double)

Form a scaling Matrix

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

Parameters

x
Type: SystemDouble
The X scale
y
Type: SystemDouble
The Y scale
z
Type: SystemDouble
The Z scale

Return Value

Type: Matrix
Resulting scaling Matrix
See Also