ARCamera.ProjectionMatrix Property

Definition

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
)

Applies to