add functions from BareRGMay to ExtendMay

This commit is contained in:
Meowyam
2022-05-11 14:56:48 +08:00
parent 3e79ab25e1
commit c712efc8eb
6 changed files with 49 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ lin
-- : VV -> VP -> VP ;
ComplVV vv vp = vp ** useV {
s = \\vf => vv.s ++ vp.s ! Active ! Pos
s = \\vf => vv.s ++ linVP vp
} ;
-- : VS -> S -> VP ;
@@ -101,7 +101,7 @@ lin
} ;
-- SlashVV vv vp = vp ** useV {
-- s = \\vf => vv.s ++ vp.s ! Active ! Pos ;
-- s = \\vf => vv.s ++ linVP vp ;
-- c2 = vp.c2 ;
-- passive = vv.s ++ vp.passive;
-- adjCompl = vp.adjCompl ;