CameraBase(Point3D, Double, Quaternion) Constructor

Public Sub New( _ 
ByVal target As Point3D, _ 
ByVal distance As Double, _ 
ByVal rotation As Quaternion
)
This language is not supported or no code example is available.
public CameraBase( 
Point3D target
double distance
Quaternion rotation 
)
This language is not supported or no code example is available.

Parameters

target
Point3D

distance
double

rotation
Quaternion

.NET Framework

Supported in: 4.8

In this article

Definition