2 #ifndef vgl_io_homg_point_2d_h 3 #define vgl_io_homg_point_2d_h 10 #include <vsl/vsl_binary_io.h> 24 #endif // vgl_io_homg_point_2d_h void vsl_print_summary(std::ostream &os, const vgl_homg_point_2d< T > &p)
Print human readable summary of object to a stream.
void vsl_b_read(vsl_b_istream &is, vgl_homg_point_2d< T > &p)
Binary load vgl_homg_point_2d from stream.
void vsl_b_write(vsl_b_ostream &os, const vgl_homg_point_2d< T > &p)
Binary save vgl_homg_point_2d to stream.
point in projective 2D space
Represents a homogeneous 2D point.