Model.RotateCamera (Vector3D, Vector3D) Method

Rotates the view of the specified amount.
Public Overridable Sub RotateCamera( _ 
ByVal last As Vector3D, _ 
ByVal current As Vector3D
)
This language is not supported or no code example is available.
public virtual void RotateCamera( 
Vector3D last
Vector3D current 
)
This language is not supported or no code example is available.

Parameters

last
Vector3D

Previous axis

current
Vector3D

Current axis

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition