Click or drag to resize

Vector2Multiply(Double, Vector2) Operator

Scale the X and Y components of Vector2

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static Vector2 operator *(
	double s,
	Vector2 v
)

Parameters

s  Double
Scale
v  Vector2
Vector2 to scale

Return Value

Vector2
Scaled Vector2
See Also