typedef struct lineseg_tag LINESEG; struct lineseg_tag { RAY r; RCOORD dFrom, dTo; };
vectlib.h
Types