{"version":"1.0","description":"\u25a0\u30d9\u30af\u30c8\u30eb\u3092\u7ba1\u7406\u3059\u308b\u30af\u30e9\u30b9\u3092\u4f5c\u3063\u3066\u307f\u3088\u3046 \u300cVector2\u300d\u304c\u3042\u308b\u306e\u306b\u308f\u3056\u308f\u3056\u4f5c\u308b\u306e\u304b\u3068\u3044\u3046\u7591\u554f\u306f\u3042\u308a\u307e\u3059\u304c\u3001\u81ea\u5206\u304c\u4f7f\u3044\u3084\u3059\u3044\u3088\u3046\u306b\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f\u25a0\u30bd\u30fc\u30b9 Vec2.cs using System; using System.Collections.Generic; using System.Text; namespace WindowsGame { class Vec2 { public float X; public float Y; public Vec2() { Set(0, 0); } public Vec2(float x, float y) { Set(x, y); } publ\u2026","author_name":"sanoh","provider_name":"Hatena Blog","author_url":"https://blog.hatena.ne.jp/sanoh/","title":"\u81ea\u5206\u3067\u30d9\u30af\u30c8\u30eb\u3092\u8a2d\u8a08\u3057\u3088\u3046\uff08\u305d\u306e1\uff09","published":"2007-06-10 01:01:38","blog_title":"\u30dd\u30ea\u30b4\u30f3\u9b42","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsanoh.hatenadiary.org%2Fentry%2F20070610%2F1181491298\" title=\"\u81ea\u5206\u3067\u30d9\u30af\u30c8\u30eb\u3092\u8a2d\u8a08\u3057\u3088\u3046\uff08\u305d\u306e1\uff09 - \u30dd\u30ea\u30b4\u30f3\u9b42\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","image_url":null,"categories":["XNA","C#"],"provider_url":"https://hatena.blog","blog_url":"https://sanoh.hatenadiary.org/","type":"rich","url":"https://sanoh.hatenadiary.org/entry/20070610/1181491298","height":"190","width":"100%"}