Click or drag to resize
XDL

XsmIsRightLook Method

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

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

Parameters

ptSensorStart  XGeoPoint
[In] 센서 시작 위치.
ptSensorEnd  XGeoPoint
[In] 센서 끝 위치.
ptSceneCenter  XGeoPoint
[In] Scene의 센터 위치.

Return Value

Boolean
Right Look이면 true, Left Look이면 false를 리턴
See Also