Module: Rixmap::Deformer

Defined in:
src/rixmapdeformation.cxx,
src/rixmapdeformation.cxx

Overview

変形処理実装モジュール.

Defined Under Namespace

Classes: AffineDeformer, AffineMatrix, BaseDeformer

Constant Summary collapse

IPO_BICUBIC =

バイキュービック補間処理定数

INT2FIX(static_cast<int>(Rixmap::Interpolation::BICUBIC))
SKEW_HORIZONTAL =

横方向剪断変形定数

INT2FIX(static_cast<int>(Rixmap::SkewDeformation::HORIZONTAL))
SKEW_VERTICAL =

縦方向剪断変形定数

INT2FIX(static_cast<int>(Rixmap::SkewDeformation::VERTICAL))
SKEW_BOTH =

両方向剪断変形定数

INT2FIX(static_cast<int>(Rixmap::SkewDeformation::BOTH))