Collision Checker
vector2d_export.h
Go to the documentation of this file.
1 #pragma once
2 #include <Eigen/Dense>
3 #include <istream>
4 
5 #define S11N_TYPE Eigen::Vector2d
6 #define S11N_TYPE_NAME "vector2d"
7 #define S11N_SERIALIZE_FUNCTOR s11n::streamable_type_serialization_proxy
8 #include <s11n.net/s11n/reg_s11n_traits.hpp>