Skip to content

TranslationTransform

TranslationTransform(v)

gives a TransformationFunction that translates points by vector v.

See

Examples

>> TranslationTransform({1, 2})
TransformationFunction(
{{1,0,1},
{0,1,2},
{0,0,1}})

RotationTransform, TransformationFunction

Implementation status

  • ✅ - full supported

Github