Click or drag to resize
XDL

XsmIsRightLook Method

센서위치로 부터 Foot Print의 네개의 코너점을 계산한다.

Namespace:  Pixoneer.NXDL.NSM
Assembly:  NXDLsm (in NXDLsm.dll) Version: 1.2.817.72
Syntax
C#
public static bool IsRightLook(
	XGeoPoint ptSensorStart,
	XGeoPoint ptSensorEnd,
	XGeoPoint ptSceneCenter
)

Parameters

ptSensorStart
Type: Pixoneer.NXDLXGeoPoint
[In] 센서 시작 위치.
ptSensorEnd
Type: Pixoneer.NXDLXGeoPoint
[In] 센서 끝 위치.
ptSceneCenter
Type: Pixoneer.NXDLXGeoPoint
[In] Scene의 센터 위치.

Return Value

Type: Boolean
Right Look이면 true, Left Look이면 false를 리턴
Examples
This is example #1:
See Also