Click or drag to resize

Vector2Multiply Operator (Single, Vector2)

Scale the X and Y components of Vector2

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

Parameters

s
Type: SystemSingle
Scale
v
Type: Microsoft.DirectXVector2
Vector2 to scale

Return Value

Type: Vector2
Scaled Vector2
See Also