%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
LookAt Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : LookAt Method
eyePosition
A point (as array) in Current User Coordinate System (UCS) representing the position of the camera.
TagetPoint
A point (as array) in Current User Coordinate System (UCS) representing the target point.
twistAngle
The twist of the camera in radians.
Changes the view of the document based on the passed parameters.

Syntax

JScript 
public function LookAt( 
   eyePosition : Object,
   TagetPoint : Object,
   twistAngle : double
);

Parameters

eyePosition
A point (as array) in Current User Coordinate System (UCS) representing the position of the camera.
TagetPoint
A point (as array) in Current User Coordinate System (UCS) representing the target point.
twistAngle
The twist of the camera in radians.

See Also