简介

RT

code

    friend std::ostream& operator<<(std::ostream& os, const Vertex& v){
        os << "v " << v.X() << ", " << v.Y() << ", " << v.Z();
        return os;
    }
posted on 2021-01-25 18:56  HDU李少帅  阅读(69)  评论(0编辑  收藏  举报