Click or drag to resize

Vector4Scale Method (Double)

Scale the X, Y, Z and W components of Vector4

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntax
C#
public void Scale(
	double s
)

Parameters

s
Type: SystemDouble
Scale
See Also