mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 13:11:00 +00:00
[qfcc] Add some TODO items
They came up when talking about math with Darian
This commit is contained in:
parent
e13dce882a
commit
6bd26a0f61
1 changed files with 3 additions and 0 deletions
|
@ -19,5 +19,8 @@ o arrays in entities
|
|||
o optional arguments for functions (alternative to overloading)
|
||||
vector(vector fwd, optional vector up) vectoangles = #51;
|
||||
o rewrite type system to be const-correct (hard!)
|
||||
o symbolic differentiation
|
||||
o tensor calculus
|
||||
o geometric calculus
|
||||
? try to reduce memory consumption
|
||||
?? embedded nul characters in strings (why?)
|
||||
|
|
Loading…
Reference in a new issue