コード例 #1
0
 public static Point2 Ceiling(this Vector2 v)
 {
     return(Point2.Ceiling(v));
 }