Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
9ae5cc7e
Commit
9ae5cc7e
authored
Aug 20, 2018
by
Thomas Gubler
Committed by
Thomas Gubler
Nov 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Survey transects generation] towards concave polygons
parent
059578e6
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
142 additions
and
28 deletions
+142
-28
SurveyComplexItem.cc
src/MissionManager/SurveyComplexItem.cc
+139
-26
SurveyComplexItem.h
src/MissionManager/SurveyComplexItem.h
+3
-2
No files found.
src/MissionManager/SurveyComplexItem.cc
View file @
9ae5cc7e
This diff is collapsed.
Click to expand it.
src/MissionManager/SurveyComplexItem.h
View file @
9ae5cc7e
...
...
@@ -112,11 +112,12 @@ private:
bool
_loadV4
(
const
QJsonObject
&
complexObject
,
int
sequenceNumber
,
QString
&
errorString
);
void
_rebuildTransectsPhase1Worker
(
bool
refly
);
/// Adds to the _transects array from one polygon
void
_rebuildTranscetsFromPolygon
(
bool
refly
,
const
QPolygonF
&
polygon
,
const
QGeoCoordinate
&
tangentOrigin
);
void
_rebuildTranscetsFromPolygon
(
bool
refly
,
const
QPolygonF
&
polygon
,
const
QGeoCoordinate
&
tangentOrigin
,
const
QPointF
*
const
transitionPoint
);
// Decompose polygon into list of convex sub polygons
void
_PolygonDecomposeConvex
(
const
QPolygonF
&
polygon
,
QList
<
QPolygonF
>&
decomposedPolygons
);
// return true if vertex a can see vertex b
bool
_VertexCanSeeOther
(
const
QPolygonF
&
polygon
,
const
QPointF
*
VertexA
,
const
QPointF
*
VertexB
);
bool
_VertexCanSeeOther
(
const
QPolygonF
&
polygon
,
const
QPointF
*
vertexA
,
const
QPointF
*
vertexB
);
bool
_VertexIsReflex
(
const
QPolygonF
&
polygon
,
const
QPointF
*
vertex
);
QMap
<
QString
,
FactMetaData
*>
_metaDataMap
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment