commit
b294cc9e6e
|
|
@ -64,7 +64,7 @@ R = np.array([[0, 0, 1],
|
|||
[1, 0, 0],
|
||||
[0, 1, 0]])
|
||||
invR = mr.RotInv(R)
|
||||
print invR
|
||||
print(invR)
|
||||
```
|
||||
|
||||
## Using the Package Locally ##
|
||||
|
|
|
|||
Loading…
Reference in New Issue