Eyeshot 10 WinForms API Reference
LookAt Method (Camera)

WinForms Assembly > devDept.Eyeshot Namespace > Camera Class : LookAt Method
Viewer position
Target point
Up vector
Aims the camera.
Syntax
'Declaration
 
Protected Friend Shared Function LookAt( _
   ByVal eye As Point3D, _
   ByVal center As Point3D, _
   ByVal up As Vector3D, _
   ByVal reflection As Boolean _
) As Double()
protected internal static double[] LookAt( 
   Point3D eye,
   Point3D center,
   Vector3D up,
   bool reflection
)

Parameters

eye
Viewer position
center
Target point
up
Up vector
reflection
See Also

Reference

Camera Class
Camera Members