Compartir a través de


ARCamera.Project(NVector3, UIInterfaceOrientation, CGSize) Método

Definición

Devuelve la proyección de espacio de ventanilla del punto 3D del mundo.

[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

Parámetros

point
NVector3

Punto 3D en cordinados del mundo.

orientation
UIInterfaceOrientation

Orientación de la ventanilla.

viewportSize
CGSize

Tamaño de la ventanilla.

Devoluciones

Proyección del espacio de ventanilla del punto 3D en el mundo.

Atributos

Se aplica a