RenderContextBase.SetMatrices (Double(), Double()) Method

Sets the projection and modelview matrices.
Public Overridable Sub SetMatrices( _ 
ByVal proj As Double(), _ 
ByVal modelView As Double() _ 
)
This language is not supported or no code example is available.
public virtual void SetMatrices( 
double[] proj
double[] modelView 
)
This language is not supported or no code example is available.

Parameters

proj
double[]

projection matrix

modelView
double[]

modelView matrix

Remarks
 
Use "null" for Identity.

.NET Framework

Supported in: 4.8

In this article

Definition