TranslationTransform
TranslationTransform(v)
gives a
TransformationFunction
that translates points by vectorv
.
See
Examples
>> TranslationTransform({1, 2})TransformationFunction({{1,0,1}, {0,1,2}, {0,0,1}})
Related terms
RotationTransform, TransformationFunction
Implementation status
- ✅ - full supported