1%feature("docstring") OT::TranslationEvaluation
2"Translation evaluation.
3
4Available constructors:
5   TranslationEvaluation(*linear*)
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
30// ---------------------------------------------------------------------
31
32%feature("docstring") OT::TranslationEvaluation::getConstant
33"Accessor to the constant.
34
35Returns
36-------
37constant : :class:`~openturns.Point`
38    The constant :math:`\vect{c}`."
39
40