コード例 #1
0
 public static Vector2f Normalized(this Vector2f v)
 {
     return(v / v.GetMagnitude( ));
 }