Skip to content

TransformationFunction

TransformationFunction(m)

represents a transformation.

See

Examples

>> RotationTransform(Pi).TranslationTransform({1, -1})
TransformationFunction(
{{-1,0,-1},
{0,-1,1},
{0,0,1}})
>> TranslationTransform({1, -1}).RotationTransform(Pi)
TransformationFunction(
{{-1,0,1},
{0,-1,-1},
{0,0,1}})

RotationTransform, TranslationTransform

Implementation status

  • ✅ - full supported

Github