Main Content

update (Aero.Camera)

Update camera position based on time and position of other Aero.Body objects

Syntax

update(h,newtime,bodies)
h.update(newtime,bodies)

Description

update(h,newtime,bodies) and h.update(newtime,bodies) update the camera object, h, position and aim point data based on the new time, newtime, and position of other Aero.Body objects, bodies. This function updates the camera object PrevTime property to newtime.

Version History

Introduced in R2007a

See Also