Click or drag to resize

StandardVertexEquals(StandardVertex, Single, Single) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Equals(
	ref StandardVertex v,
	float positionEpsilon,
	float otherChannelsEpsilon
)

Parameters

v  StandardVertex
 
positionEpsilon  Single
 
otherChannelsEpsilon  Single
 

Return Value

Boolean
See Also