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