Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
thirdparty_map
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
oscar
thirdparty_map
Commits
895d7636
Commit
895d7636
authored
Mar 31, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码更新
parent
5494c146
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
OdrManager.h
src/SDK/include/OdrManager.h
+6
-0
libOdrManager.so
src/SDK/lib/libOdrManager.so
+0
-0
No files found.
src/SDK/include/OdrManager.h
View file @
895d7636
...
...
@@ -97,6 +97,12 @@ namespace OpenDrive
double
GetHdg
(
const
double
&
longitude
,
const
double
&
latitude
,
const
double
&
comValue
);
double
GetHdgByXY
(
const
double
&
x
,
const
double
&
y
,
const
double
&
comValue
);
bool
bJunctionRoad
(
const
char
*
roadID
);
double
GetHdg
(
const
double
&
longitude
,
const
double
&
latitude
,
string
&
roadID
);
double
GetHdgByXY
(
const
double
&
longitude
,
const
double
&
latitude
,
string
&
roadID
);
double
GetHdg
(
const
double
&
longitude
,
const
double
&
latitude
,
const
double
&
comValue
,
string
&
roadID
);
double
GetHdgByXY
(
const
double
&
x
,
const
double
&
y
,
const
double
&
comValue
,
string
&
roadID
);
~
OdrManager
();
private
:
vector
<
vector
<
glm
::
dvec3
>>
GetPrePolygon
(
const
double
&
s
,
Road
*
road
);
...
...
src/SDK/lib/libOdrManager.so
View file @
895d7636
No preview for this file type
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