Mapping Toolbox
  Go to function:
    Search    Help Desk 
camtargm    Examples   See Also

Camera target in geographic coordinates

Syntax

Description

camtargm(lat,long,alt) sets the axes CameraTarget property of the current map axes to the position specified in geographic coordinates. The inputs lat and long are assumed to be in the angle units of the current map axes.

[x,y,z] = camtargm(lat,long,alt) returns the camera target in the projected Cartesian coordinate system.

Examples

Look down the spine of the Andes from a location 3 Earth radii above the surface:

See Also

camposm
Camera position from geographic coordinates
camupm
Camera UpVector from geographic coordinates
camtarget
Camera target
camva
Camera view angle


[ Previous | Help Desk | Next ]