OSDN Git Service

航路保存機能試作。
[gvonavish/GVONavish.git] / GVONavish / GVONavish / GVONormalizedPoint.h
index 6e68ce0..18af47a 100644 (file)
@@ -31,4 +31,8 @@ public:
        {
                return m_y;
        }
+
 };
+
+// \83t\83@\83C\83\8b\93ü\8fo\97Í\97p\82É\83A\83\89\83C\83\81\83\93\83g\8am\94F
+static_assert(sizeof(GVONormalizedPoint) == (sizeof(float)*2), "bat size.");