Click or drag to resize

Vector4Scale(Vector4) Method

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

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

Parameters

s  Vector4
Vector3 containing the X, Y, Z and W scale components.
See Also