Click or drag to resize

Vector3Subtraction Operator

Subtracts two instances.

Namespace:  Internal.Net3dBool
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Vector3 operator -(
	Vector3 left,
	Vector3 right
)

Parameters

left
Type: Internal.Net3dBoolVector3
The first instance.
right
Type: Internal.Net3dBoolVector3
The second instance.

Return Value

Type: Vector3
The result of the calculation.
See Also