Skip to content

Commit

Permalink
Add proper comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni committed Jun 7, 2019
1 parent e512732 commit fcfa798
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/3d/qgscameracontroller.h
Expand Up @@ -135,15 +135,15 @@ class _3D_EXPORT QgsCameraController : public Qt3DCore::QEntity
//! Reads camera configuration from the given DOM element
void readXml( const QDomElement &elem );

//! Zoom the map by a factor
//! Zoom the map by \a factor
void zoom( float factor );
//! Tilt up the view by deltaPitch around the view center (camera moves)
//! Tilt up the view by \a deltaPitch around the view center (camera moves)
void tiltUpAroundViewCenter( float deltaPitch );
//! Rotate clockwise the view by deltaYaw around the view center (camera moves)
//! Rotate clockwise the view by \a deltaYaw around the view center (camera moves)
void rotateAroundViewCenter( float deltaYaw );
//! Set camera heading angle (used for rotating the view)
//! Set camera heading to \a angle (used for rotating the view)
void setCameraHeadingAngle( float angle );
//! Move the map by tx and ty
//! Move the map by \a tx and \a ty
void moveView( float tx, float ty );

private:
Expand Down

0 comments on commit fcfa798

Please sign in to comment.