[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:
Bill Currie 2024-08-10 14:56:25 +09:00
parent f1afa1caf0
commit fa3c872970

View file

@ -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