Britbot
double Britbot.HeadingVector.Norm1 ( ) [inline]

returns the sum of X and Y meaning the duration of time of the calculation. this can be used as a creditability measure

Returns:
duration of time since last nullifying data

Definition at line 294 of file HeadingVector.cs.

        {
            return Math.Abs(X) + Math.Abs(Y);
        }