Click or drag to resize

Vector4FMultiply(Vector4F, Single, Vector4F) Method

Multiplies a vector by a given scalar.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void Multiply(
	ref Vector4F v,
	float s,
	out Vector4F result
)

Parameters

v  Vector4F
The vector to scale.
s  Single
The scalar value.
result  Vector4F
When the method completes, contains the scaled vector.
See Also