Feature #97
Reimplement Math/VQ2D class
Status: | Closed | Start date: | 2012-08-29 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Christof Elbrechter | % Done: | 100% | |
Category: | - | |||
Target version: | icl-8.0 |
Description
The class seems to be very old. In particular, it uses it's only vector class, which could easily be replaced by a DynMatrix typedef. Additionally, it comes up with 2 extra headers, which we could get rid of by adding internal classes. This would also make the VQ2D class more self-contained.
- also todo: write a small gui-based demo application for this
History
#1 Updated by Christof Elbrechter about 12 years ago
- Status changed from New to Closed
- Assignee set to Christof Elbrechter
- % Done changed from 0 to 100
reimplemented completely