Searched defs:vertex_base (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_basics.h520 template<class T> struct vertex_base struct in namespace:agg
525 vertex_base() {} function in struct:agg::vertex_base
526 vertex_base(T x_, T y_, unsigned cmd_) : x(x_), y(y_), cmd(cmd_) {} function in struct:agg::vertex_base

Completed in 107 milliseconds