Commit 0c65f208 authored by garciay's avatar garciay
Browse files

Add rotation external function

parent dd203f30
...@@ -114,7 +114,7 @@ public class ExternalFunctionsPluginProvider implements ExternalFunctionsProvide ...@@ -114,7 +114,7 @@ public class ExternalFunctionsPluginProvider implements ExternalFunctionsProvide
IntegerValue p_cenLatitude, IntegerValue p_cenLongitude, IntegerValue p_cenLatitude, IntegerValue p_cenLongitude,
FloatValue pRotation, FloatValue pRotation,
IntegerValue pLatitude, IntegerValue pLongitude) { 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 @Override
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment