Skip to content

Commit

Permalink
Update docs/src/examples/howtorigidtransforms.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Baran <[email protected]>
  • Loading branch information
dehann and mateuszbaran authored Jun 1, 2021
1 parent 4dc01e5 commit fa3eed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/howtorigidtransforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ x_01b_ = get_coordinates(G, p0, log(G, p0, p_01b), B)
@assert isapprox( abs(x_01b_[3]), π/2 , atol = 1e-10 )
```

Notice that both the `log` and `get_coordinates` operations are performed relative to our choosen reference point `p0`. These operations therefore are extracting the tangent space vector (and it's coordinates) relative to the origin. If we were to extract the vector coordinates of `p_01b` relative to `p_01a`, we would expect to get the same numerical coordinate values used to construction the relative transform `p1b`.
Notice that both the `log` and `get_coordinates` operations are performed relative to our choosen reference point `p0`. These operations therefore are extracting the tangent space vector (and its coordinates) relative to the origin. If we were to extract the vector coordinates of `p_01b` relative to `p_01a`, we would expect to get the same numerical coordinate values used to construction the relative transform `p1b`.

Similarly, we check that the opposite corner of the walked rectangle is as we expect
```julia
Expand Down

0 comments on commit fa3eed3

Please sign in to comment.