Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / CameraBase Class / ModelViewMatrix Property

In This Topic
    ModelViewMatrix Property
    In This Topic
    Gets or sets the camera ModelView matrix.
    Syntax
    'Declaration
     
    Public Property ModelViewMatrix As Double()
    public double[] ModelViewMatrix {get; set;}
    See Also