Skip to content

Commit

Permalink
Updated function doc
Browse files Browse the repository at this point in the history
updated the equation for finding space coordinates
  • Loading branch information
saiaravind19 authored and rgerum committed Jul 16, 2024
1 parent 214068a commit 8ac63ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cameratransform/spatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class SpatialOrientation(ClassWithParameterSet):
.. math::
x_\mathrm{camera} = R \cdot (x_\mathrm{space} - t)\\
x_\mathrm{space} = R^{-1} \cdot x_\mathrm{space} + t\\
x_\mathrm{space} = R^{-1} \cdot x_\mathrm{camera} + t\\
"""

Expand Down

0 comments on commit 8ac63ae

Please sign in to comment.