|
XscCoordFromEcr Method
|
ECEF(Earth-Centered, Earth-Fixed) 좌표 위치로부터 새로운 XscCoord 객체를 생성한다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntaxpublic static XscCoord FromEcr(
ref XVertex3d pos
)
Parameters
- pos XVertex3d
- [In] ECEF 위치.
Return Value
XscCoord 새로운 XscCoord의 인스턴스를 반환한다.
See Also