RenderContextBase.RotateMatrixModelView Method

Rotates the modelview matrix by <param name="angleInDegrees"> by an axis.</param>
Public Overridable Sub RotateMatrixModelView( _ 
ByVal angleInDegrees As Double, _ 
ByVal axisX As Double, _ 
ByVal axisY As Double, _ 
ByVal axisZ As Double
)
This language is not supported or no code example is available.
public virtual void RotateMatrixModelView( 
double angleInDegrees
double axisX
double axisY
double axisZ 
)
This language is not supported or no code example is available.

Parameters

angleInDegrees
double

by an axis.

axisX
double

The rotation axis X component

axisY
double

The rotation axis Y component

axisZ
double

The rotation axis Z component

.NET Framework

Supported in: 4.8

In this article

Definition