[Plib-devel] sg & STL
Brought to you by:
sjbaker
From: Amit B. <am...@cr...> - 2000-08-01 18:32:54
|
Has anyone tried putting any of the sg* types into an STL container yet? I tried it but it doesnt work as most types are typedef'd to float[n]. I was thinking of wrapping the simple types into a class which provides proper operators so that the sg* functions still work. Has anyone done this yet? |