ARCamera.Project(NVector3, UIInterfaceOrientation, CGSize) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ワールド内の 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 ポイントのビューポート空間投影。
- 属性