Description Data structure governing the position and orientation for the camera in the visualization view.
Definition Type T_CAMERA xLoc As Double yLoc As Double zLoc As Double xAim As Double yAim As Double zAim As Double xUp As Double yUp As Double zUp As Double End Type
Members xLoc X component of the camera's location.
yLoc Y component of the camera's location.
zLoc Z component of the camera's location.
xAim X component of the camera's aim point.
yAim Y component of the camera's aim point.
zAim Z component of the camera's aim point.
xUp X component of the camera's upwards direction.
yUp Y component of the camera's upwards direction.
zUp Z component of the camera's upwards direction.
Used as Parameter in Examples
|