CameraBase.LookAtInternal Method

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

Parameters

eye
Point3D

center
Point3D

up
Vector3D

side
Vector3D

Return Value

double[]

.NET Framework

Supported in: 4.8

In this article

Definition