Orthogonalization of plane and line measurement
Value
list with the orthogonalized plane and line measurements (as 3d vectors) and the misfit angles (in radians)
Examples
p <- Pair(120, 60, 110, 58)
correct_pair(p)
#> $fvec
#> x y z
#> [1,] 0.4306074 -0.7432627 0.511994
#>
#> $lvec
#> x y z
#> [1,] -0.1752467 0.4876291 0.8552815
#>
#> $misfit
#> x
#> 0.02793105
#>