Click or drag to resize

Vertex3DGetEqualAxis Method

2개의 정점이 각 축에서 동일한지 확인

Namespace:  VIZCore3D.NET.Data
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.910 (2.8.25.910)
Syntax
C#
public bool GetEqualAxis(
	Vertex3D v,
	out AxisFlags axis,
	double tol = 1E-09
)

Parameters

v
Type: VIZCore3D.NET.DataVertex3D
비교할 정점
axis
Type: VIZCore3D.NET.DataAxisFlags
비교 결과
tol (Optional)
Type: SystemDouble
오차 범위. 정수 비교 시 '0'

Return Value

Type: Boolean
비교 결과
See Also