Skip to content

Use Vector{Motion} instead of MotionList #480

Open
@pvillacorta

Description

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(...)],
so there would be no need to define the MotionList and NoMotion structs.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions