Click or drag to resize
XDL

XsmIsRightLook Method

센서로부터 Scene 센터가 오른쪽에 있는지 판단한다.

Namespace:  Pixoneer.NXDL.NSM
Assembly:  NXDLsm (in NXDLsm.dll) Version: 2.0.3.31
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를 리턴
See Also