48 float n = (value -
minVal) / range;
49 if (
n < 0.0f)
n = 0.0f;
50 if (
n > 1.0f)
n = 1.0f;
67 for (
size_t i = 0;
i < nodes.size(); ++
i)
ComponentTypeID GetComponentTypeID_Static()
< Provides AssetID and INVALID_ASSET_ID
A single node represented in the minimap.
int id
Corresponding node ID in the full graph.
Normalised rectangle [0..1] representing the visible portion of the graph.
float w
Width (normalised)
float h
Height (normalised)
float y
Top edge (normalised)
float x
Left edge (normalised)