Skip to content

Commit bef0c9e

Browse files
authored
Update README.md
Use markdown math notation, finally!
1 parent 472dd87 commit bef0c9e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ space:
5050
5151
More specifically:
5252

53-
* `SE3` matrices belonging to the group SE(3) for position and orientation (pose) in 3-dimensions
54-
* `SO3` matrices belonging to the group SO(3) for orientation in 3-dimensions
55-
* `UnitQuaternion` belonging to the group S3 for orientation in 3-dimensions
56-
* `Twist3` vectors belonging to the group se(3) for pose in 3-dimensions
57-
* `UnitDualQuaternion` maps to the group SE(3) for position and orientation (pose) in 3-dimensions
58-
* `SE2` matrices belonging to the group SE(2) for position and orientation (pose) in 2-dimensions
59-
* `SO2` matrices belonging to the group SO(2) for orientation in 2-dimensions
60-
* `Twist2` vectors belonging to the group se(2) for pose in 2-dimensions
53+
* `SE3` matrices belonging to the group $\mathbf{SE}(3)$ for position and orientation (pose) in 3-dimensions
54+
* `SO3` matrices belonging to the group $\mathbf{SO}(3)$ for orientation in 3-dimensions
55+
* `UnitQuaternion` belonging to the group $\mathbf{S}^3$ for orientation in 3-dimensions
56+
* `Twist3` vectors belonging to the group $\mathbf{se}(3)$ for pose in 3-dimensions
57+
* `UnitDualQuaternion` maps to the group $\mathbf{SE}(3)$ for position and orientation (pose) in 3-dimensions
58+
* `SE2` matrices belonging to the group $\mathbf{SE}(2)$ for position and orientation (pose) in 2-dimensions
59+
* `SO2` matrices belonging to the group $\mathbf{SO}(2)$ for orientation in 2-dimensions
60+
* `Twist2` vectors belonging to the group $\mathbf{se}(2)$ for pose in 2-dimensions
6161

6262

6363
These classes provide convenience and type safety, as well as methods and overloaded operators to support:

0 commit comments

Comments
 (0)