Commit f59875a9 authored by tepelmann's avatar tepelmann
Browse files

Using FloatValue instead of IntegerValue in fx_computePositionUsingDistance to...

Using FloatValue instead of IntegerValue in fx_computePositionUsingDistance to allow fraction of meters.
parent a48f0f61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2321,7 +2321,7 @@ module LibItsGeoNetworking_Functions {
         * @param   p_orientation direction of the computed position (0 to 359; 0 means North)
         * @return  LongPosVector
         */
        function f_computePositionUsingDistance(in LongPosVector p_iutLongPosVector, in integer p_distance, in integer p_orientation)
        function f_computePositionUsingDistance(in LongPosVector p_iutLongPosVector, in float p_distance, in integer p_orientation)
        return LongPosVector {
            var LongPosVector v_result := p_iutLongPosVector;