Click or drag to resize

RcVec2iSubtraction 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 RcVec2i operator -(
	RcVec2i a,
	RcVec2i b
)

Parameters

a  RcVec2i
 
b  RcVec2i
 

Return Value

RcVec2i
See Also