Click or drag to resize

Vector4Multiply(Vector4, Vector4) Method

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

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static Vector4 Multiply(
	Vector4 v,
	Vector4 s
)

Parameters

v  Vector4
Vector4 to scale.
s  Vector4
Vector4 containing the X, Y, Z, and W scale components.

Return Value

Vector4
Scaled Vector4.
See Also