ViewCubeIcon.GetModelViewMatrix Method

Gets the modelview matrix to draw the user interface symbol.
Protected Overrides Function GetModelViewMatrix( _ 
ByVal camera As Camera, _ 
ByVal dist As Double
) As Double()
This language is not supported or no code example is available.
protected override double[] GetModelViewMatrix( 
Camera camera
double dist 
)
This language is not supported or no code example is available.

Parameters

camera
Camera

The camera of the viewport

dist
double

The desired distance of the camera from the target

Return Value

double[]

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition