Click or drag to resize

Vector4Multiply Method (Vector4, Vector4)

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

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

Parameters

v
Type: Microsoft.DirectXVector4
Vector4 to scale.
s
Type: Microsoft.DirectXVector4
Vector4 containing the X, Y, Z, and W scale components.

Return Value

Type: Vector4
Scaled Vector4.
See Also