다음을 통해 공유


ARCamera.Project(NVector3, UIInterfaceOrientation, CGSize) 메서드

정의

세계 3D 지점의 뷰포트 공간 프로젝션을 반환합니다.

[Foundation.Export("projectPoint:orientation:viewportSize:")]
public virtual CoreGraphics.CGPoint Project (OpenTK.NVector3 point, UIKit.UIInterfaceOrientation orientation, CoreGraphics.CGSize viewportSize);
abstract member Project : OpenTK.NVector3 * UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> CoreGraphics.CGPoint
override this.Project : OpenTK.NVector3 * UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> CoreGraphics.CGPoint

매개 변수

point
NVector3

세계의 3D 지점은 정중합니다.

orientation
UIInterfaceOrientation

뷰포트의 방향입니다.

viewportSize
CGSize

뷰포트 크기입니다.

반환

세계 3D 지점의 뷰포트 공간 프로젝션입니다.

특성

적용 대상