CameraBase.LookAt Method

Protected Friend Shared Function LookAt( _ 
ByVal eye As Point3D, _ 
ByVal forward As Vector3D, _ 
ByVal side As Vector3D
) As Double()
This language is not supported or no code example is available.
internal protected static double[] LookAt( 
Point3D eye
Vector3D forward
Vector3D side 
)
This language is not supported or no code example is available.

Parameters

eye
Point3D

forward
Vector3D

side
Vector3D

Return Value

double[]

.NET Framework

Supported in: 4.8

In this article

Definition