Click or drag to resize

Vector4Multiply(Double, Vector4) Operator

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 static Vector4 operator *(
	double s,
	Vector4 v
)

Parameters

s  Double
Scale
v  Vector4
Vector4 to scale

Return Value

Vector4
Scaled Vector4
See Also