次の方法で共有


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 ポイントのビューポート空間投影。

属性

適用対象