Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
0c65f208
Commit
0c65f208
authored
Oct 18, 2016
by
garciay
Browse files
Add rotation external function
parent
dd203f30
Changes
1
Show whitespace changes
Inline
Side-by-side
javasrc/tool/org/etsi/its/tool/testingtech/ExternalFunctionsPluginProvider.java
View file @
0c65f208
...
...
@@ -114,7 +114,7 @@ public class ExternalFunctionsPluginProvider implements ExternalFunctionsProvide
IntegerValue
p_cenLatitude
,
IntegerValue
p_cenLongitude
,
FloatValue
pRotation
,
IntegerValue
pLatitude
,
IntegerValue
pLongitude
)
{
_externalFunctionsPluginProvider
.
fx_computePositionFromRotation
(
p_refLatitude
,
p_refLongitude
,
pRotation
,
pLatitude
,
pLongitude
);
_externalFunctionsPluginProvider
.
fx_computePositionFromRotation
(
p_refLatitude
,
p_refLongitude
,
p_cenLatitude
,
p_cenLongitude
,
pRotation
,
pLatitude
,
pLongitude
);
}
@Override
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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