Skip to content
Snippets Groups Projects
Select Git revision
  • b024a34cde4b281b66407b693a439514d9669bcb
  • main default protected
  • Version-0.5.4
  • Version-0.5.3
  • Version-0.5.2
  • Version-0.5.1
  • Version-0.3.1
  • Version-0.2.2
  • Version-0.2.1
  • Version-0.2.0
  • Version-0.1.1
  • Version-0.1.0
  • Version0.0.1
13 results

JWTManager.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