예제 #1
0
 public static F32Vec2 ExpFast(F32Vec2 a)
 {
     return(new F32Vec2(F32.ExpFast(a.x), F32.ExpFast(a.y)));
 }