Click or drag to resize

Vector4FNegate Method

Reverses the direction of a given vector.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void Negate(
	ref Vector4F v,
	out Vector4F result
)

Parameters

v
Type: NeoAxisVector4F
The vector to negate.
result
Type: NeoAxisVector4F
When the method completes, contains a vector facing in the opposite direction.
See Also