Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / CameraBase Class / LookAtInternal Method

In This Topic
    LookAtInternal Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Shared Function LookAtInternal( _
       ByVal eye As Point3D, _
       ByVal center As Point3D, _
       ByVal up As Vector3D, _
       ByVal side As Vector3D _
    ) As Double()
    protected internal static double[] LookAtInternal( 
       Point3D eye,
       Point3D center,
       Vector3D up,
       Vector3D side
    )

    Parameters

    eye
    center
    up
    side
    See Also