velocity_component.h 122 B

12345678910
  1. #pragma once
  2. namespace testbed {
  3. struct velocity_component {
  4. float dx{};
  5. float dy{};
  6. };
  7. } // namespace testbed