Motion constructor
Motion(
- Frame frame
Initializes the Motion class with a Frame instance.
Args: frame (Frame): The Frame instance to associate with the Motion class.
Implementation
Motion(this.frame);
Initializes the Motion class with a Frame instance.
Args: frame (Frame): The Frame instance to associate with the Motion class.
Motion(this.frame);