ARCamera.ProjectionMatrix Property
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.
The projection matrix of the capturing camera.
public virtual OpenTK.NMatrix4 ProjectionMatrix { [Foundation.Export("projectionMatrix")] get; }
member this.ProjectionMatrix : OpenTK.NMatrix4
Property Value
- Attributes
Remarks
The value returned by this method is equivalent to:
this.GetProjectionMatrix(
this.ImageResolution,
myOrientation,
0.001,
1000.0
)