Skip to content
Snippets Groups Projects
Select Git revision
  • 220dbaf2c47c2ef911dc0ad54a220a4b918ef504
  • main default protected
  • vac_in_initial_conditions
3 results

final_plots.py

Blame
  • pli_processor.hpp 384 B
    
    #ifndef LIBRARY_PHX_PLI_PROCESSOR_HPP_
    #define LIBRARY_PHX_PLI_PROCESSOR_HPP_
    
    
    #include "phx/pli_processor.hpp"
    #include "phx/pli_region.hpp"
    #include "phx/resource_declaration.hpp"
    #include "phx/resource_manager.hpp"
    #include "phx/line_segments.hpp"
    
    
    namespace phx{
    	line_segments make_hedgehog(Resource* resource, const float length = 1.0f, const float radius = 1.0f);
    
    }
    
    #endif