Click or drag to resize
XDL

XscMeasureAngleBaseGetEnd(Double, Double, Double) Method

각도를 이루는 3개의 정점 중 끝점을 반환한다.

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 3.0.0.1
Syntax
C#
[HandleProcessCorruptedStateExceptionsAttribute]
public void GetEnd(
	ref double x,
	ref double y,
	ref double z
)

Parameters

x  Double
[Out] 경도 x 좌표. 단위 : degree
y  Double
[Out] 위도 y 좌표. 단위 : degree
z  Double
[out] 높이 z 좌표. 단위 : meter
See Also