Collision Checker
vector2d_export_streams.h File Reference
#include <Eigen/Dense>
#include <istream>

Go to the source code of this file.

Functions

std::istream & operator>> (std::istream &in, Eigen::Vector2d &vec)
 
std::ostream & operator<< (std::ostream &out, const Eigen::Vector2d &vec)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const Eigen::Vector2d &  vec 
)
inline

Definition at line 17 of file vector2d_export_streams.h.

◆ operator>>()

std::istream& operator>> ( std::istream &  in,
Eigen::Vector2d &  vec 
)
inline

Definition at line 10 of file vector2d_export_streams.h.