1%feature("docstring") OT::TranslationFunction 2"Translation function. 3 4Available constructors: 5 TranslationFunction(*constant*) 6 7Parameters 8---------- 9constant : sequence of float 10 Vector :math:`\vect{c}`. 11 12See also 13-------- 14Function 15 16Notes 17----- 18This implements a :class:`~openturns.Function` :math:`f` 19defined as : 20 21.. math:: 22 23 f : & \Rset^n \rightarrow \Rset^n \\ 24 & \vect{X} \mapsto \vect{X} + \vect{c} 25 26where: 27 28- :math:`\vect{c}` is the :math:`\Rset^n` vector defined by the object *constant*." 29