Back to FabImage Studio website

You are here: Start » Filter Reference » Image » Image Spatial Transforms » CreateAffineTransformMatrix

CreateAffineTransformMatrix


Module: FoundationBasic

Creates affine transform matrix matrix. Return product of matrices: Translation * Rotation * Scale * Shearing.

Name Type Range Description
Input value
inScaleX Real - - Image scale in X axis
Input value
inScaleY Real - - Image scale in Y axis
Input value
inTranslation Vector2D Image translation
Input value
inRotation Real Image rotation in degree
Input value
inShearingX Real - - Shearing in X axis coefficient
Input value
inShearingY Real - - Shearing in Y axis coefficient
Output value
outTransformMatrix Matrix Return product of matrices: Translation * Rotation * Scale * Shearing

Complexity Level

This filter is available on Advanced Complexity Level.