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 点的视区空间投影。

属性

适用于