GraphicLibrary
0.5.0
|
描画用関数オブジェクト Catmull-Rom 曲線描画 [詳解]
公開メンバ関数 | |
DrawCatmullRomSpline (double d) | |
微分係数計算時の補正係数を指定して構築 [詳解] | |
virtual void | operator() (DrawingArea_IF &draw, GPixelOp &pixelOp, const std::vector< Coord< int > > &vec_c) |
座標の配列を点列とする曲線を描画する [詳解] | |
![]() | |
virtual | ~DrawFuncIF_Multiple () |
仮想デストラクタ(何もしない) | |
公開変数類 | |
double | d |
微分係数計算時の補正係数 | |
描画用関数オブジェクト Catmull-Rom 曲線描画
|
inline |
微分係数計算時の補正係数を指定して構築
d | 微分係数計算時の補正係数 |
|
inlinevirtual |