Click or drag to resize

Vector4IMultiply Method (Int32, Vector4I, Vector4I)

Multiplies a vector by a given scalar.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static void Multiply(
	int i,
	ref Vector4I v,
	out Vector4I result
)

Parameters

i
Type: SystemInt32
The scalar value.
v
Type: NeoAxisVector4I
The vector to scale.
result
Type: NeoAxisVector4I
When the method completes, contains the scaled vector.
See Also