GaitGeneration by Graph Search
読み取り中…
検索中…
一致する文字列を見つけられません
クラス | 名前空間 | 関数
math_polygon2.h ファイル
#include <array>
#include <optional>
#include <string>
#include <vector>
#include "cassert_define.h"
#include "math_vector2.h"

[ソースコード]

クラス

struct  designlab::Polygon2
 2次元の多角形を表す構造体. [詳解]
 

名前空間

namespace  designlab
 

関数

template<class Char >
std::basic_ostream< Char > & designlab::operator<< (std::basic_ostream< Char > &os, const Polygon2 &poly)
 出力ストリーム.