Skip to content

drawNormal

Kasugaccho edited this page Jul 27, 2019 · 1 revision
drawNormal(Matrix_ && matrix_, Args_ && ... args_);

開始X座標の取得

this->start_x

開始Y座標の取得

this->start_y

終了X座標の取得

this->calcEndX(matrix_.getX())
this->calcEndX(matrix_.getX(row))

終了Y座標の取得

this->calcEndY(matrix_.getY())

値の設置

matrix_.set(col, row, this->draw_value, args_...)

Clone this wiki locally