ARCamera.GetViewMatrix(UIInterfaceOrientation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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