Click or drag to resize

Vector2Multiply Operator (Double, Vector2)

Multiplies a vector by the given scalar.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector2 operator *(
	double left,
	Vector2 right
)

Parameters

left
Type: SystemDouble
The scalar value.
right
Type: Karamba.GeometryVector2
The source vector.

Return Value

Type: Vector2
The scaled vector.
See Also