Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Used forward declaration in vector.h | Jasper | 8 days |
| | | | | | | | Also added tag 'Matrix' to struct 'Matrix'. Makes forwards declaration available for 'Matrix'. Avoids having to import matrix.h in vector.h (and the other way around), when accessing matrix functionality. | ||
* | Reordered includes | Jasper | 8 days |
| | |||
* | Formatting | Jasper | 8 days |
| | |||
* | Added vector struct | Jasper | 8 days |
It's completely based on the existing matrix struct and its functions. |