Browsing Russian translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Russian guidelines.
2231 of 172 results
22.
Interpolation Statement
Оператор интерполяции
Translated and reviewed by theadmin
Located in ../../source/atl.rst:125
23.
The interpolation statement is the main way that ATL controls transformations.
Оператор интерполяции - главный способ управления трансформациями в ATL.
Translated and reviewed by theadmin
Located in ../../source/atl.rst:127
24.
The first part of the interpolation statement is used to select a function that time-warps the interpolation. (That is, a function from linear time to non-linear time.) This can either be done by giving the name of a warper registered with ATL, or by giving the keyword "warp" followed by an expression giving a function. Either case is followed by a number, giving the number of seconds the interpolation should take.
Первая часть оператора интерполяции используется для выбора функции, ограничивающей интерполяцию по времени (т.е. функции от линейного времени к нелинейному). Это может быть сделано передачей ограничителя ATL, или ключевого слова "warp" и выражения-функции. В любом случае, после этого указывается число, дающее количество секунд, которое длится интерполяция.
Translated and reviewed by theadmin
Located in ../../source/atl.rst:137
25.
If no warp function is given, the interpolation is run for 0 seconds, using the pause function.
Если не дано никакой функции-ограничителя, интерполяция будет длиться 0 секунд, с использованием функции pause.
Translated and reviewed by theadmin
Located in ../../source/atl.rst:144
26.
The warper and duration are used to compute a completion fraction. This is done by dividing the time taken by the interpolation by the duration of the interpolation. This is clamped to the duration, and then passed to the warper. The result returned by the warper is the completion fraction.
Ограничитель и продолжительность используются для вычисления доли завершенности. Это делается делением времени, занимаемого интерполяцией, на его продолжительность. Это передается ограничителю. Результат, возвращаемый ограничителем - доля завершенности.
Translated and reviewed by theadmin
Located in ../../source/atl.rst:147
27.
The interpolation statement can then contain a number of other clauses. When a property and value are present, then the value is the value the property will obtain at the end of the statement. The value can be obtained in several ways:
Оператор интерполяции может содержать несколько других выражений. Когда присутствуют свойство и значение, тогда значение будет передано свойству в конце оператора. Значение можно получить несколькими способами:
Translated and reviewed by theadmin
Located in ../../source/atl.rst:152
28.
If the value is followed by one or two knots, then spline motion is used. The starting point is the value of the property at the start of the interpolation, the end point is the property value, and the knots are used to control the spline.
Если за значением следуют один или два узла, используется движение-сплайн. Начальная точка - значение свойства в начале интерполяции, конечная - значение свойства, а узлы контролируют сплайн.
Translated and reviewed by theadmin
Located in ../../source/atl.rst:156
29.
If the interpolation statement contains a "clockwise" or "counterclockwise" clause, circular motion is used, as described below.
Если в операторе интерполяции есть условие "clockwise" (по часовой стрелке) или "counterclockwise" (против часовой стрелки), используется круговое движение, как описано ниже.
Translated and reviewed by theadmin
Located in ../../source/atl.rst:161
30.
Otherwise, the value is linearly interpolated between the start and end locations, using the completion fraction.
В другом случае, значение интерполируется линейно между началом и концом, используя долю завершения.
Translated and reviewed by theadmin
Located in ../../source/atl.rst:164
31.
If a simple expression is present, it should evaluate to a transform with only a single interpolation statement, without a warper, splines, or circular motion. The properties from the transform are processed as if they were included in this statement.
Если присутствует простое выражение, оно должно вычисляться в трансформацию с единственным оператором интерполяции, без ограничителей, сплайнов или круговых движений. Свойства трансформации обрабатываются как если бы они были включены в этот оператор.
Translated and reviewed by theadmin
Located in ../../source/atl.rst:167
2231 of 172 results

This translation is managed by Russian Launchpad Translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: theadmin.