Click or drag to resize

Vector3Multiply Method (Vector3, Single)

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(
	Vector3 left,
	float right
)

Parameters

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

Return Value

Type: Vector3
The scaled vector.
See Also