Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
drawing.h File Reference
#include <imgui.h>
Include dependency graph for drawing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ax
 
namespace  ax::Drawing
 

Enumerations

enum class  ax::Drawing::IconType : ImU32 {
  ax::Drawing::Flow , ax::Drawing::Circle , ax::Drawing::Square , ax::Drawing::Grid ,
  ax::Drawing::RoundSquare , ax::Drawing::Diamond
}
 

Functions

void ax::Drawing::DrawIcon (ImDrawList *drawList, const ImVec2 &a, const ImVec2 &b, IconType type, bool filled, ImU32 color, ImU32 innerColor)