Click or drag to resize
XDL

XFrameCaptureBufferImageToWorld Method

영상 좌표를 3차원 모델 좌표로 변환한다. 3차원 좌표를 갈무리하는 경우에만 대응 좌표를 반환한다. 영상 좌표.

Return Value

Type: XVertex3d
영상 좌표에 대응하는 3차원 좌표. 좌표가 없는 경우 null.

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.dll) Version: 1.2.817.72
Syntax
C#
public XVertex3d ImageToWorld(
	XVertex2i iPt
)

Parameters

iPt
Type: Pixoneer.NXDLXVertex2i

[Missing <param name="iPt"/> documentation for "M:Pixoneer.NXDL.NGR.XFrameCaptureBuffer.ImageToWorld(Pixoneer.NXDL.XVertex2i)"]

Return Value

Type: XVertex3d
See Also