3#include <FK/Closedline.h>
9 using namespace System::Collections::Generic;
25 ::FK::fk_Closedline * GetP(
void);
28#if !defined(FK_DOXYGEN_USER_PROCESS)
多角形(辺のみ)を生成、管理するクラス
Definition Closedline_CLI.h:23
void SetVertex(IEnumerable< fk_Vector^>^ array)
頂点位置設定関数
void PushVertex(fk_Vector^ pos)
頂点追加メソッド
void AllClear(void)
全消去メソッド
void SetVertex(int ID, fk_Vector^ pos)
頂点位置設定メソッド
形状用基底クラス
Definition Shape_CLI.h:29
3次元ベクトルを管理するクラス
Definition Vector_CLI.h:35
Definition AppWindow_CLI.h:11