$lsr = $path->n_to_turn_LSR ($n)-
Return the turn at
$nin the form1 left turn 0 straight or 180 reverse or no move at all -1 right turn undef no turn exists at $nThe path is taken to go in a line from
$n-1to$nand the turn is then whether$n+1is left, right, or on that line.$ncan be fractional. If there is no X,Y for any of the three points considered then the return isundef. $lsr = $path->turn_LSR_minimum$lsr = $path->turn_LSR_maximum-
Return the minimum or maximum LSR value returned by
$path->n_to_turn_LSR($n)for integer N values in the path. If there are no turns at all then returnundef.