Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Jan 13, 2021
1 parent 3b0bb55 commit f362eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/core/auto_generated/geometry/qgsray3d.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ A ray is composed of an origin point (the start of the ray) and a direction vect
#include "qgsray3d.h"
%End
public:

QgsRay3D( const QVector3D &origin, const QVector3D &direction );
%Docstring
Constructor
Expand Down
1 change: 1 addition & 0 deletions src/core/geometry/qgsray3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
class CORE_EXPORT QgsRay3D
{
public:

/**
* Constructor
* \note : the direction is automatically normalized
Expand Down

0 comments on commit f362eab

Please sign in to comment.