Skip to content
  • Kenneth Moreland's avatar
    Add VecC and VecCConst structs · f53cd748
    Kenneth Moreland authored
    These structs behave much like Vec except that they work on a short C
    array given to them rather than having the statically sized short array
    defined within.
    
    I expect to use this in the short term to help implement cell face
    classes, but there are probably many other uses.
    f53cd748