isAlmostEqualColumnXYZ Method

Test if column (specified by columnIndex) entries of this and [ax,ay,az] are within tolerance.

isAlmostEqualColumnXYZ(columnIndex: AxisIndex, ax: number, ay: number, az: number, tol?: number): boolean

Parameter Type Description
columnIndex AxisIndex  
ax number  
ay number  
az number  
tol number optional tolerance for comparisons by Geometry.isDistanceWithinTol

Returns - boolean

Defined in

Last Updated: 13 May, 2024