Example #1
0
 public static F32Vec2 CosFastest(F32Vec2 a)
 {
     return(new F32Vec2(F32.CosFastest(a.x), F32.CosFastest(a.y)));
 }