Click or drag to resize

Vector2IMultiply Method (Int32, Vector2I, Vector2I)

Multiplies a vector by a given scalar.

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

Parameters

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