mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-08 10:21:40 +00:00
[qfcc] Add some comments about bvect and bvecp
I really need to come up with something better, but for now, just having the terms recorded somewhere helps.
This commit is contained in:
parent
f1afa1caf0
commit
fa3c872970
1 changed files with 2 additions and 2 deletions
|
@ -112,9 +112,9 @@ static const char *mvec_3d_names[] = {
|
|||
|
||||
static const char *mvec_4d_names[] = {
|
||||
"vec",
|
||||
"bvect",
|
||||
"bvect", // tangential (directional) (in PGA)
|
||||
"scalar",
|
||||
"bvecp",
|
||||
"bvecp", // positional (in PGA)
|
||||
"qvec",
|
||||
"tvec",
|
||||
0
|
||||
|
|
Loading…
Reference in a new issue