|
XscCoord(Double, Double, Double) Constructor
|
XscCoord 객체를 생성하고 입력 값으로 데이터 멤버를 초기화한다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntaxpublic XscCoord(
double x,
double y,
double z
)
Parameters
- x Double
- x 좌표값. 경도(degree 단위) 값
- y Double
- y 좌표값. 위도(degree 단위) 값
- z Double
- z 값. 높이(meter 단위) 값
See Also