delete vector2d

This commit is contained in:
aozhiwei 2019-06-25 11:13:37 +08:00
parent c6ea63684e
commit 46b98a1802
3 changed files with 0 additions and 15 deletions

View File

@ -2,8 +2,6 @@
#include "cs_proto.pb.h"
#include "vector2d.h"
namespace TypeConvert
{
void ToPb(const a8::Vec2& v, cs::MFVector2D* pb_obj)

View File

@ -1,12 +0,0 @@
#include "precompile.h"
#include <math.h>
#if 1
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/vec2.hpp>
#else
#include <Eigen/Core>
#include <Eigen/Dense>
#endif

View File

@ -1 +0,0 @@
#pragma once