Edit

Share via


ARCamera.GetViewMatrix(UIInterfaceOrientation) Method

Definition

Gets the view matrix, which can be used to convert from world coordinates to camera coordinates.

[Foundation.Export("viewMatrixForOrientation:")]
public virtual OpenTK.NMatrix4 GetViewMatrix (UIKit.UIInterfaceOrientation orientation);
abstract member GetViewMatrix : UIKit.UIInterfaceOrientation -> OpenTK.NMatrix4
override this.GetViewMatrix : UIKit.UIInterfaceOrientation -> OpenTK.NMatrix4

Parameters

orientation
UIInterfaceOrientation

The camera orientation.

Returns

Attributes

Applies to