Click or drag to resize

RcVec3iSubtraction Operator


Namespace: NeoAxis.DotRecast.Core.Numerics
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public static RcVec3i operator -(
	RcVec3i a,
	RcVec3i b
)

Parameters

a  RcVec3i
 
b  RcVec3i
 

Return Value

RcVec3i
See Also