Share

dolly Method

Overload List

Method Description
AcGsView::dolly (AcGeVector3d &) This method translates the camera target and position by the specified camera space dolly vector. All other camera parameters are left unaffected. The basis of camera space is as follows: positive Y is along the up vector, positive Z is along the eye vector from the camera position to the camera target, and X is the cross product of those two vectors.
AcGsView::dolly (double, double, double) This method translates the camera target and position by the specified camera space dolly amounts. All other camera parameters are left unaffected. The basis of camera space is as follows: positive Y is along the up vector, positive Z is along the eye vector from the camera position to the camera target, and X is the cross product of those two vectors.

Was this information helpful?