10 using namespace System::Collections::Generic;
33 ::FK::fk_Point * GetP(
void);
36#if !defined(FK_DOXYGEN_USER_PROCESS)
RGB色を管理するクラス
Definition Color_CLI.h:21
点群を生成、管理するクラス
Definition Point_CLI.h:31
int PushVertex(fk_Vector^ pos)
頂点追加メソッド
void SetColor(int vID, fk_Color^ col)
描画色設定メソッド
fk_Vector ^ GetVertex(int ID)
頂点位置ベクトル取得メソッド
bool RemoveVertex(int ID)
頂点削除メソッド
fk_Point(IEnumerable< fk_Vector^>^ array)
コンストラクタ2
int Num
頂点数プロパティ
Definition Point_CLI.h:65
bool GetDrawMode(int ID)
個別頂点描画状態参照メソッド
bool SetVertex(int ID, fk_Vector^ pos)
頂点位置設定メソッド
void AllClear(void)
点群全消去メソッド
fk_Color ^ GetColor(int vID)
描画色参照メソッド
bool SetVertex(IEnumerable< fk_Vector^>^ array)
点群生成メソッド
void SetDrawMode(int ID, bool mode)
頂点描画制御メソッド
形状用基底クラス
Definition Shape_CLI.h:29
3次元ベクトルを管理するクラス
Definition Vector_CLI.h:35
Definition AppWindow_CLI.h:11