Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Vector{Motion} instead of MotionList #480

Open
pvillacorta opened this issue Sep 19, 2024 · 0 comments
Open

Use Vector{Motion} instead of MotionList #480

pvillacorta opened this issue Sep 19, 2024 · 0 comments

Comments

@pvillacorta
Copy link
Collaborator

At the moment, the phantom motion can be defined as follows:
obj.motion = MotionList(Translate(...), Rotate(...), ...)
We would like it to be defined like this:
obj.motion = [Translate(...), Rotate(...)]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant