You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of SOFA and SofaPython3 I used is v23.06.
I want to use splib, it seems need to import some funcs:
import SofaPython.Quaternion as Quaternion
from SofaPython.Quaternion import from_euler, to_matrix
However, SofaPython3 is no longer with SofaPython. How could I import these functions?
Thanks.
The text was updated successfully, but these errors were encountered:
The version of SOFA and SofaPython3 I used is v23.06.
I want to use splib, it seems need to import some funcs:
import SofaPython.Quaternion as Quaternion
from SofaPython.Quaternion import from_euler, to_matrix
However, SofaPython3 is no longer with SofaPython. How could I import these functions?
Thanks.
The text was updated successfully, but these errors were encountered: