SimplexRpgEngine icon indicating copy to clipboard operation
SimplexRpgEngine copied to clipboard

Motion Planning_

Open drewmccluskey opened this issue 6 years ago • 0 comments

Linear Functions

  • mp_linear_step
  • mp_linear_step_object
  • mp_linear_path
  • mp_linear_path_object

Potential Functions

  • mp_potential_settings
  • mp_potential_step
  • mp_potential_step_object
  • mp_potential_path
  • mp_potential_path_object

Grid Functions

  • ✔️ mp_grid_create
  • mp_grid_destroy
  • ✔️mp_grid_path
  • ❌mp_grid_add_cell
  • ❌mp_grid_add_instances
  • ❌mp_grid_add_rectangle
  • ✔️ mp_grid_get_cell
  • ❌mp_grid_clear_all
  • ❌mp_grid_clear_cell
  • ❌mp_grid_clear_rectangle
  • ❌mp_grid_to_ds_grid
  • ✔️mp_grid_draw
  • 💡 mp_grid_set_instance
  • 💡 mp_grid_set_rectangle
  • 💡 mp_grid_set_cell
  • 💡 mp_grid_clear

drewmccluskey avatar Nov 30 '18 22:11 drewmccluskey