Click or drag to resize

Vector3Subtract(Vector3, Vector3, Vector3) Method

Subtract one Vector from another

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void Subtract(
	ref Vector3 a,
	ref Vector3 b,
	out Vector3 result
)

Parameters

a  Vector3
First operand
b  Vector3
Second operand
result  Vector3
Result of subtraction
See Also