3#include <FK/Polyline.h> 
    9    using namespace System::Collections::Generic;
 
   27        ::FK::fk_Polyline * GetP(
void);
 
   30#if !defined(FK_DOXYGEN_USER_PROCESS) 
 
有向線分を生成、管理するクラス
Definition Polyline_CLI.h:25
 
void SetVertex(int ID, fk_Vector^ pos)
頂点位置設定メソッド
 
void SetVertex(IEnumerable< fk_Vector^>^ array)
全長点設定メソッド
 
void AllClear(void)
全消去メソッド
 
void PushVertex(fk_Vector^ pos)
頂点追加メソッド
 
形状用基底クラス
Definition Shape_CLI.h:29
 
3次元ベクトルを管理するクラス
Definition Vector_CLI.h:35
 
Definition AppWindow_CLI.h:11