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

Add rotation external function

parent dd203f30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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