Skip to content
Snippets Groups Projects
Commit 5bea100b authored by leprob001's avatar leprob001
Browse files

Updated documentation.

parent 03766a9e
No related branches found
No related tags found
No related merge requests found
function [] = copyRfbToWorkspace()
%COPYRFBTOWORKSPACE Copies rfb input data to the workspace.
%
% Gets all required data from the artoaDataInput variable, prepares it
% for calculations and operations and stores them in the artoaWorkspace
% variable. The data structure can be found in the wiki as well.
global artoaDataInput artoaWorkspace;
......
......@@ -16,7 +16,7 @@ function [distance, angle] = calculateGeodist(pPosition1, pPosition2, pUnit)
% radiant.
%
% Returns:
% distance (double) The calculated distance.
% distance (double) The calculated distance. [km]
% angle (double) The calculated bearing in degrees rel. to
% north.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment