Click or drag to resize

Vector3Multiply Method (Single, Vector3)

Multiplies a vector by the given scalar.

Namespace:  SoftGear.Strix.Client.Ingame.Interpolation
Assembly:  strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
public static Vector3 Multiply(
	float left,
	Vector3 right
)

Parameters

left
Type: SystemSingle
The scalar value.
right
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The source vector.

Return Value

Type: Vector3
The scaled vector.
See Also