Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1107 chris 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!-- NewPage -->
3
<html lang="en">
4
<head>
5
<!-- Generated by javadoc (version 1.7.0_17) on Sun Nov 03 15:35:42 CET 2013 -->
6
<title>Interpolation (libgdx API)</title>
7
<meta name="date" content="2013-11-03">
8
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
9
</head>
10
<body>
11
<script type="text/javascript"><!--
12
    if (location.href.indexOf('is-external=true') == -1) {
13
        parent.document.title="Interpolation (libgdx API)";
14
    }
15
//-->
16
</script>
17
<noscript>
18
<div>JavaScript is disabled on your browser.</div>
19
</noscript>
20
<!-- ========= START OF TOP NAVBAR ======= -->
21
<div class="topNav"><a name="navbar_top">
22
<!--   -->
23
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
24
<!--   -->
25
</a>
26
<ul class="navList" title="Navigation">
27
<li><a href="../../../../overview-summary.html">Overview</a></li>
28
<li><a href="package-summary.html">Package</a></li>
29
<li class="navBarCell1Rev">Class</li>
30
<li><a href="class-use/Interpolation.html">Use</a></li>
31
<li><a href="package-tree.html">Tree</a></li>
32
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
33
<li><a href="../../../../index-all.html">Index</a></li>
34
<li><a href="../../../../help-doc.html">Help</a></li>
35
</ul>
36
<div class="aboutLanguage"><em>
37
                                libgdx API
38
                                <style>
39
                                body, td, th { font-family:Helvetica, Tahoma, Arial, sans-serif; font-size:10pt }
40
                                pre, code, tt { font-size:9pt; font-family:Lucida Console, Courier New, sans-serif }
41
                                h1, h2, h3, .FrameTitleFont, .FrameHeadingFont, .TableHeadingColor font { font-size:105%;  font-weight:bold }
42
                                .TableHeadingColor { background:#EEEEFF; }
43
                                a { text-decoration:none }
44
                                a:hover { text-decoration:underline }
45
                                a:link, a:visited { color:blue }
46
                                table { border:0px }
47
                                .TableRowColor td:first-child { border-left:1px solid black }
48
                                .TableRowColor td { border:0px; border-bottom:1px solid black; border-right:1px solid black }
49
                                hr { border:0px; border-bottom:1px solid #333366; }
50
                                </style>
51
                        </em></div>
52
</div>
53
<div class="subNav">
54
<ul class="navList">
55
<li><a href="../../../../com/badlogic/gdx/math/GridPoint3.html" title="class in com.badlogic.gdx.math"><span class="strong">Prev Class</span></a></li>
56
<li><a href="../../../../com/badlogic/gdx/math/Interpolation.Bounce.html" title="class in com.badlogic.gdx.math"><span class="strong">Next Class</span></a></li>
57
</ul>
58
<ul class="navList">
59
<li><a href="../../../../index.html?com/badlogic/gdx/math/Interpolation.html" target="_top">Frames</a></li>
60
<li><a href="Interpolation.html" target="_top">No Frames</a></li>
61
</ul>
62
<ul class="navList" id="allclasses_navbar_top">
63
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
64
</ul>
65
<div>
66
<script type="text/javascript"><!--
67
  allClassesLink = document.getElementById("allclasses_navbar_top");
68
  if(window==top) {
69
    allClassesLink.style.display = "block";
70
  }
71
  else {
72
    allClassesLink.style.display = "none";
73
  }
74
  //-->
75
</script>
76
</div>
77
<div>
78
<ul class="subNavList">
79
<li>Summary:&nbsp;</li>
80
<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
81
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
82
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
83
<li><a href="#method_summary">Method</a></li>
84
</ul>
85
<ul class="subNavList">
86
<li>Detail:&nbsp;</li>
87
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
88
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
89
<li><a href="#method_detail">Method</a></li>
90
</ul>
91
</div>
92
<a name="skip-navbar_top">
93
<!--   -->
94
</a></div>
95
<!-- ========= END OF TOP NAVBAR ========= -->
96
<!-- ======== START OF CLASS DATA ======== -->
97
<div class="header">
98
<div class="subTitle">com.badlogic.gdx.math</div>
99
<h2 title="Class Interpolation" class="title">Class Interpolation</h2>
100
</div>
101
<div class="contentContainer">
102
<ul class="inheritance">
103
<li>java.lang.Object</li>
104
<li>
105
<ul class="inheritance">
106
<li>com.badlogic.gdx.math.Interpolation</li>
107
</ul>
108
</li>
109
</ul>
110
<div class="description">
111
<ul class="blockList">
112
<li class="blockList">
113
<dl>
114
<dt>Direct Known Subclasses:</dt>
115
<dd><a href="../../../../com/badlogic/gdx/math/Interpolation.BounceOut.html" title="class in com.badlogic.gdx.math">Interpolation.BounceOut</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.Elastic.html" title="class in com.badlogic.gdx.math">Interpolation.Elastic</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.Exp.html" title="class in com.badlogic.gdx.math">Interpolation.Exp</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.Pow.html" title="class in com.badlogic.gdx.math">Interpolation.Pow</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.Swing.html" title="class in com.badlogic.gdx.math">Interpolation.Swing</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.SwingIn.html" title="class in com.badlogic.gdx.math">Interpolation.SwingIn</a>, <a href="../../../../com/badlogic/gdx/math/Interpolation.SwingOut.html" title="class in com.badlogic.gdx.math">Interpolation.SwingOut</a></dd>
116
</dl>
117
<hr>
118
<br>
119
<pre>public abstract class <span class="strong">Interpolation</span>
120
extends java.lang.Object</pre>
121
<div class="block">Takes a linear value in the range of 0-1 and outputs a (usually) non-linear, interpolated value.</div>
122
<dl><dt><span class="strong">Author:</span></dt>
123
  <dd>Nathan Sweet</dd></dl>
124
</li>
125
</ul>
126
</div>
127
<div class="summary">
128
<ul class="blockList">
129
<li class="blockList">
130
<!-- ======== NESTED CLASS SUMMARY ======== -->
131
<ul class="blockList">
132
<li class="blockList"><a name="nested_class_summary">
133
<!--   -->
134
</a>
135
<h3>Nested Class Summary</h3>
136
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
137
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
138
<tr>
139
<th class="colFirst" scope="col">Modifier and Type</th>
140
<th class="colLast" scope="col">Class and Description</th>
141
</tr>
142
<tr class="altColor">
143
<td class="colFirst"><code>static class&nbsp;</code></td>
144
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.Bounce.html" title="class in com.badlogic.gdx.math">Interpolation.Bounce</a></strong></code>&nbsp;</td>
145
</tr>
146
<tr class="rowColor">
147
<td class="colFirst"><code>static class&nbsp;</code></td>
148
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.BounceIn.html" title="class in com.badlogic.gdx.math">Interpolation.BounceIn</a></strong></code>&nbsp;</td>
149
</tr>
150
<tr class="altColor">
151
<td class="colFirst"><code>static class&nbsp;</code></td>
152
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.BounceOut.html" title="class in com.badlogic.gdx.math">Interpolation.BounceOut</a></strong></code>&nbsp;</td>
153
</tr>
154
<tr class="rowColor">
155
<td class="colFirst"><code>static class&nbsp;</code></td>
156
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.Elastic.html" title="class in com.badlogic.gdx.math">Interpolation.Elastic</a></strong></code>&nbsp;</td>
157
</tr>
158
<tr class="altColor">
159
<td class="colFirst"><code>static class&nbsp;</code></td>
160
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.ElasticIn.html" title="class in com.badlogic.gdx.math">Interpolation.ElasticIn</a></strong></code>&nbsp;</td>
161
</tr>
162
<tr class="rowColor">
163
<td class="colFirst"><code>static class&nbsp;</code></td>
164
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.ElasticOut.html" title="class in com.badlogic.gdx.math">Interpolation.ElasticOut</a></strong></code>&nbsp;</td>
165
</tr>
166
<tr class="altColor">
167
<td class="colFirst"><code>static class&nbsp;</code></td>
168
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.Exp.html" title="class in com.badlogic.gdx.math">Interpolation.Exp</a></strong></code>&nbsp;</td>
169
</tr>
170
<tr class="rowColor">
171
<td class="colFirst"><code>static class&nbsp;</code></td>
172
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.ExpIn.html" title="class in com.badlogic.gdx.math">Interpolation.ExpIn</a></strong></code>&nbsp;</td>
173
</tr>
174
<tr class="altColor">
175
<td class="colFirst"><code>static class&nbsp;</code></td>
176
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.ExpOut.html" title="class in com.badlogic.gdx.math">Interpolation.ExpOut</a></strong></code>&nbsp;</td>
177
</tr>
178
<tr class="rowColor">
179
<td class="colFirst"><code>static class&nbsp;</code></td>
180
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.Pow.html" title="class in com.badlogic.gdx.math">Interpolation.Pow</a></strong></code>&nbsp;</td>
181
</tr>
182
<tr class="altColor">
183
<td class="colFirst"><code>static class&nbsp;</code></td>
184
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.PowIn.html" title="class in com.badlogic.gdx.math">Interpolation.PowIn</a></strong></code>&nbsp;</td>
185
</tr>
186
<tr class="rowColor">
187
<td class="colFirst"><code>static class&nbsp;</code></td>
188
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.PowOut.html" title="class in com.badlogic.gdx.math">Interpolation.PowOut</a></strong></code>&nbsp;</td>
189
</tr>
190
<tr class="altColor">
191
<td class="colFirst"><code>static class&nbsp;</code></td>
192
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.Swing.html" title="class in com.badlogic.gdx.math">Interpolation.Swing</a></strong></code>&nbsp;</td>
193
</tr>
194
<tr class="rowColor">
195
<td class="colFirst"><code>static class&nbsp;</code></td>
196
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.SwingIn.html" title="class in com.badlogic.gdx.math">Interpolation.SwingIn</a></strong></code>&nbsp;</td>
197
</tr>
198
<tr class="altColor">
199
<td class="colFirst"><code>static class&nbsp;</code></td>
200
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.SwingOut.html" title="class in com.badlogic.gdx.math">Interpolation.SwingOut</a></strong></code>&nbsp;</td>
201
</tr>
202
</table>
203
</li>
204
</ul>
205
<!-- =========== FIELD SUMMARY =========== -->
206
<ul class="blockList">
207
<li class="blockList"><a name="field_summary">
208
<!--   -->
209
</a>
210
<h3>Field Summary</h3>
211
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
212
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
213
<tr>
214
<th class="colFirst" scope="col">Modifier and Type</th>
215
<th class="colLast" scope="col">Field and Description</th>
216
</tr>
217
<tr class="altColor">
218
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
219
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#bounce">bounce</a></strong></code>&nbsp;</td>
220
</tr>
221
<tr class="rowColor">
222
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
223
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#bounceIn">bounceIn</a></strong></code>&nbsp;</td>
224
</tr>
225
<tr class="altColor">
226
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
227
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#bounceOut">bounceOut</a></strong></code>&nbsp;</td>
228
</tr>
229
<tr class="rowColor">
230
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
231
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#circle">circle</a></strong></code>&nbsp;</td>
232
</tr>
233
<tr class="altColor">
234
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
235
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#circleIn">circleIn</a></strong></code>&nbsp;</td>
236
</tr>
237
<tr class="rowColor">
238
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
239
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#circleOut">circleOut</a></strong></code>&nbsp;</td>
240
</tr>
241
<tr class="altColor">
242
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.Elastic.html" title="class in com.badlogic.gdx.math">Interpolation.Elastic</a></code></td>
243
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#elastic">elastic</a></strong></code>&nbsp;</td>
244
</tr>
245
<tr class="rowColor">
246
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.Elastic.html" title="class in com.badlogic.gdx.math">Interpolation.Elastic</a></code></td>
247
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#elasticIn">elasticIn</a></strong></code>&nbsp;</td>
248
</tr>
249
<tr class="altColor">
250
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.Elastic.html" title="class in com.badlogic.gdx.math">Interpolation.Elastic</a></code></td>
251
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#elasticOut">elasticOut</a></strong></code>&nbsp;</td>
252
</tr>
253
<tr class="rowColor">
254
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
255
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#exp10">exp10</a></strong></code>&nbsp;</td>
256
</tr>
257
<tr class="altColor">
258
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
259
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#exp10In">exp10In</a></strong></code>&nbsp;</td>
260
</tr>
261
<tr class="rowColor">
262
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
263
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#exp10Out">exp10Out</a></strong></code>&nbsp;</td>
264
</tr>
265
<tr class="altColor">
266
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
267
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#exp5">exp5</a></strong></code>&nbsp;</td>
268
</tr>
269
<tr class="rowColor">
270
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
271
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#exp5In">exp5In</a></strong></code>&nbsp;</td>
272
</tr>
273
<tr class="altColor">
274
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
275
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#exp5Out">exp5Out</a></strong></code>&nbsp;</td>
276
</tr>
277
<tr class="rowColor">
278
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
279
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#fade">fade</a></strong></code>&nbsp;</td>
280
</tr>
281
<tr class="altColor">
282
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
283
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#linear">linear</a></strong></code>&nbsp;</td>
284
</tr>
285
<tr class="rowColor">
286
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.Pow.html" title="class in com.badlogic.gdx.math">Interpolation.Pow</a></code></td>
287
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow2">pow2</a></strong></code>&nbsp;</td>
288
</tr>
289
<tr class="altColor">
290
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.PowIn.html" title="class in com.badlogic.gdx.math">Interpolation.PowIn</a></code></td>
291
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow2In">pow2In</a></strong></code>&nbsp;</td>
292
</tr>
293
<tr class="rowColor">
294
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.PowOut.html" title="class in com.badlogic.gdx.math">Interpolation.PowOut</a></code></td>
295
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow2Out">pow2Out</a></strong></code>&nbsp;</td>
296
</tr>
297
<tr class="altColor">
298
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.Pow.html" title="class in com.badlogic.gdx.math">Interpolation.Pow</a></code></td>
299
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow3">pow3</a></strong></code>&nbsp;</td>
300
</tr>
301
<tr class="rowColor">
302
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.PowIn.html" title="class in com.badlogic.gdx.math">Interpolation.PowIn</a></code></td>
303
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow3In">pow3In</a></strong></code>&nbsp;</td>
304
</tr>
305
<tr class="altColor">
306
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.PowOut.html" title="class in com.badlogic.gdx.math">Interpolation.PowOut</a></code></td>
307
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow3Out">pow3Out</a></strong></code>&nbsp;</td>
308
</tr>
309
<tr class="rowColor">
310
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.Pow.html" title="class in com.badlogic.gdx.math">Interpolation.Pow</a></code></td>
311
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow4">pow4</a></strong></code>&nbsp;</td>
312
</tr>
313
<tr class="altColor">
314
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.PowIn.html" title="class in com.badlogic.gdx.math">Interpolation.PowIn</a></code></td>
315
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow4In">pow4In</a></strong></code>&nbsp;</td>
316
</tr>
317
<tr class="rowColor">
318
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.PowOut.html" title="class in com.badlogic.gdx.math">Interpolation.PowOut</a></code></td>
319
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow4Out">pow4Out</a></strong></code>&nbsp;</td>
320
</tr>
321
<tr class="altColor">
322
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.Pow.html" title="class in com.badlogic.gdx.math">Interpolation.Pow</a></code></td>
323
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow5">pow5</a></strong></code>&nbsp;</td>
324
</tr>
325
<tr class="rowColor">
326
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.PowIn.html" title="class in com.badlogic.gdx.math">Interpolation.PowIn</a></code></td>
327
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow5In">pow5In</a></strong></code>&nbsp;</td>
328
</tr>
329
<tr class="altColor">
330
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.PowOut.html" title="class in com.badlogic.gdx.math">Interpolation.PowOut</a></code></td>
331
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#pow5Out">pow5Out</a></strong></code>&nbsp;</td>
332
</tr>
333
<tr class="rowColor">
334
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
335
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#sine">sine</a></strong></code>&nbsp;</td>
336
</tr>
337
<tr class="altColor">
338
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
339
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#sineIn">sineIn</a></strong></code>&nbsp;</td>
340
</tr>
341
<tr class="rowColor">
342
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
343
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#sineOut">sineOut</a></strong></code>&nbsp;</td>
344
</tr>
345
<tr class="altColor">
346
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
347
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#swing">swing</a></strong></code>&nbsp;</td>
348
</tr>
349
<tr class="rowColor">
350
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
351
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#swingIn">swingIn</a></strong></code>&nbsp;</td>
352
</tr>
353
<tr class="altColor">
354
<td class="colFirst"><code>static <a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a></code></td>
355
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#swingOut">swingOut</a></strong></code>&nbsp;</td>
356
</tr>
357
</table>
358
</li>
359
</ul>
360
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
361
<ul class="blockList">
362
<li class="blockList"><a name="constructor_summary">
363
<!--   -->
364
</a>
365
<h3>Constructor Summary</h3>
366
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
367
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
368
<tr>
369
<th class="colOne" scope="col">Constructor and Description</th>
370
</tr>
371
<tr class="altColor">
372
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#Interpolation()">Interpolation</a></strong>()</code>&nbsp;</td>
373
</tr>
374
</table>
375
</li>
376
</ul>
377
<!-- ========== METHOD SUMMARY =========== -->
378
<ul class="blockList">
379
<li class="blockList"><a name="method_summary">
380
<!--   -->
381
</a>
382
<h3>Method Summary</h3>
383
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
384
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
385
<tr>
386
<th class="colFirst" scope="col">Modifier and Type</th>
387
<th class="colLast" scope="col">Method and Description</th>
388
</tr>
389
<tr class="altColor">
390
<td class="colFirst"><code>abstract float</code></td>
391
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#apply(float)">apply</a></strong>(float&nbsp;a)</code>&nbsp;</td>
392
</tr>
393
<tr class="rowColor">
394
<td class="colFirst"><code>float</code></td>
395
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/math/Interpolation.html#apply(float, float, float)">apply</a></strong>(float&nbsp;start,
396
     float&nbsp;end,
397
     float&nbsp;a)</code>&nbsp;</td>
398
</tr>
399
</table>
400
<ul class="blockList">
401
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
402
<!--   -->
403
</a>
404
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
405
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
406
</ul>
407
</li>
408
</ul>
409
</li>
410
</ul>
411
</div>
412
<div class="details">
413
<ul class="blockList">
414
<li class="blockList">
415
<!-- ============ FIELD DETAIL =========== -->
416
<ul class="blockList">
417
<li class="blockList"><a name="field_detail">
418
<!--   -->
419
</a>
420
<h3>Field Detail</h3>
421
<a name="linear">
422
<!--   -->
423
</a>
424
<ul class="blockList">
425
<li class="blockList">
426
<h4>linear</h4>
427
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> linear</pre>
428
</li>
429
</ul>
430
<a name="fade">
431
<!--   -->
432
</a>
433
<ul class="blockList">
434
<li class="blockList">
435
<h4>fade</h4>
436
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> fade</pre>
437
</li>
438
</ul>
439
<a name="pow2">
440
<!--   -->
441
</a>
442
<ul class="blockList">
443
<li class="blockList">
444
<h4>pow2</h4>
445
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.Pow.html" title="class in com.badlogic.gdx.math">Interpolation.Pow</a> pow2</pre>
446
</li>
447
</ul>
448
<a name="pow2In">
449
<!--   -->
450
</a>
451
<ul class="blockList">
452
<li class="blockList">
453
<h4>pow2In</h4>
454
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.PowIn.html" title="class in com.badlogic.gdx.math">Interpolation.PowIn</a> pow2In</pre>
455
</li>
456
</ul>
457
<a name="pow2Out">
458
<!--   -->
459
</a>
460
<ul class="blockList">
461
<li class="blockList">
462
<h4>pow2Out</h4>
463
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.PowOut.html" title="class in com.badlogic.gdx.math">Interpolation.PowOut</a> pow2Out</pre>
464
</li>
465
</ul>
466
<a name="pow3">
467
<!--   -->
468
</a>
469
<ul class="blockList">
470
<li class="blockList">
471
<h4>pow3</h4>
472
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.Pow.html" title="class in com.badlogic.gdx.math">Interpolation.Pow</a> pow3</pre>
473
</li>
474
</ul>
475
<a name="pow3In">
476
<!--   -->
477
</a>
478
<ul class="blockList">
479
<li class="blockList">
480
<h4>pow3In</h4>
481
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.PowIn.html" title="class in com.badlogic.gdx.math">Interpolation.PowIn</a> pow3In</pre>
482
</li>
483
</ul>
484
<a name="pow3Out">
485
<!--   -->
486
</a>
487
<ul class="blockList">
488
<li class="blockList">
489
<h4>pow3Out</h4>
490
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.PowOut.html" title="class in com.badlogic.gdx.math">Interpolation.PowOut</a> pow3Out</pre>
491
</li>
492
</ul>
493
<a name="pow4">
494
<!--   -->
495
</a>
496
<ul class="blockList">
497
<li class="blockList">
498
<h4>pow4</h4>
499
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.Pow.html" title="class in com.badlogic.gdx.math">Interpolation.Pow</a> pow4</pre>
500
</li>
501
</ul>
502
<a name="pow4In">
503
<!--   -->
504
</a>
505
<ul class="blockList">
506
<li class="blockList">
507
<h4>pow4In</h4>
508
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.PowIn.html" title="class in com.badlogic.gdx.math">Interpolation.PowIn</a> pow4In</pre>
509
</li>
510
</ul>
511
<a name="pow4Out">
512
<!--   -->
513
</a>
514
<ul class="blockList">
515
<li class="blockList">
516
<h4>pow4Out</h4>
517
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.PowOut.html" title="class in com.badlogic.gdx.math">Interpolation.PowOut</a> pow4Out</pre>
518
</li>
519
</ul>
520
<a name="pow5">
521
<!--   -->
522
</a>
523
<ul class="blockList">
524
<li class="blockList">
525
<h4>pow5</h4>
526
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.Pow.html" title="class in com.badlogic.gdx.math">Interpolation.Pow</a> pow5</pre>
527
</li>
528
</ul>
529
<a name="pow5In">
530
<!--   -->
531
</a>
532
<ul class="blockList">
533
<li class="blockList">
534
<h4>pow5In</h4>
535
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.PowIn.html" title="class in com.badlogic.gdx.math">Interpolation.PowIn</a> pow5In</pre>
536
</li>
537
</ul>
538
<a name="pow5Out">
539
<!--   -->
540
</a>
541
<ul class="blockList">
542
<li class="blockList">
543
<h4>pow5Out</h4>
544
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.PowOut.html" title="class in com.badlogic.gdx.math">Interpolation.PowOut</a> pow5Out</pre>
545
</li>
546
</ul>
547
<a name="sine">
548
<!--   -->
549
</a>
550
<ul class="blockList">
551
<li class="blockList">
552
<h4>sine</h4>
553
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> sine</pre>
554
</li>
555
</ul>
556
<a name="sineIn">
557
<!--   -->
558
</a>
559
<ul class="blockList">
560
<li class="blockList">
561
<h4>sineIn</h4>
562
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> sineIn</pre>
563
</li>
564
</ul>
565
<a name="sineOut">
566
<!--   -->
567
</a>
568
<ul class="blockList">
569
<li class="blockList">
570
<h4>sineOut</h4>
571
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> sineOut</pre>
572
</li>
573
</ul>
574
<a name="exp10">
575
<!--   -->
576
</a>
577
<ul class="blockList">
578
<li class="blockList">
579
<h4>exp10</h4>
580
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> exp10</pre>
581
</li>
582
</ul>
583
<a name="exp10In">
584
<!--   -->
585
</a>
586
<ul class="blockList">
587
<li class="blockList">
588
<h4>exp10In</h4>
589
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> exp10In</pre>
590
</li>
591
</ul>
592
<a name="exp10Out">
593
<!--   -->
594
</a>
595
<ul class="blockList">
596
<li class="blockList">
597
<h4>exp10Out</h4>
598
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> exp10Out</pre>
599
</li>
600
</ul>
601
<a name="exp5">
602
<!--   -->
603
</a>
604
<ul class="blockList">
605
<li class="blockList">
606
<h4>exp5</h4>
607
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> exp5</pre>
608
</li>
609
</ul>
610
<a name="exp5In">
611
<!--   -->
612
</a>
613
<ul class="blockList">
614
<li class="blockList">
615
<h4>exp5In</h4>
616
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> exp5In</pre>
617
</li>
618
</ul>
619
<a name="exp5Out">
620
<!--   -->
621
</a>
622
<ul class="blockList">
623
<li class="blockList">
624
<h4>exp5Out</h4>
625
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> exp5Out</pre>
626
</li>
627
</ul>
628
<a name="circle">
629
<!--   -->
630
</a>
631
<ul class="blockList">
632
<li class="blockList">
633
<h4>circle</h4>
634
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> circle</pre>
635
</li>
636
</ul>
637
<a name="circleIn">
638
<!--   -->
639
</a>
640
<ul class="blockList">
641
<li class="blockList">
642
<h4>circleIn</h4>
643
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> circleIn</pre>
644
</li>
645
</ul>
646
<a name="circleOut">
647
<!--   -->
648
</a>
649
<ul class="blockList">
650
<li class="blockList">
651
<h4>circleOut</h4>
652
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> circleOut</pre>
653
</li>
654
</ul>
655
<a name="elastic">
656
<!--   -->
657
</a>
658
<ul class="blockList">
659
<li class="blockList">
660
<h4>elastic</h4>
661
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.Elastic.html" title="class in com.badlogic.gdx.math">Interpolation.Elastic</a> elastic</pre>
662
</li>
663
</ul>
664
<a name="elasticIn">
665
<!--   -->
666
</a>
667
<ul class="blockList">
668
<li class="blockList">
669
<h4>elasticIn</h4>
670
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.Elastic.html" title="class in com.badlogic.gdx.math">Interpolation.Elastic</a> elasticIn</pre>
671
</li>
672
</ul>
673
<a name="elasticOut">
674
<!--   -->
675
</a>
676
<ul class="blockList">
677
<li class="blockList">
678
<h4>elasticOut</h4>
679
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.Elastic.html" title="class in com.badlogic.gdx.math">Interpolation.Elastic</a> elasticOut</pre>
680
</li>
681
</ul>
682
<a name="swing">
683
<!--   -->
684
</a>
685
<ul class="blockList">
686
<li class="blockList">
687
<h4>swing</h4>
688
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> swing</pre>
689
</li>
690
</ul>
691
<a name="swingIn">
692
<!--   -->
693
</a>
694
<ul class="blockList">
695
<li class="blockList">
696
<h4>swingIn</h4>
697
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> swingIn</pre>
698
</li>
699
</ul>
700
<a name="swingOut">
701
<!--   -->
702
</a>
703
<ul class="blockList">
704
<li class="blockList">
705
<h4>swingOut</h4>
706
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> swingOut</pre>
707
</li>
708
</ul>
709
<a name="bounce">
710
<!--   -->
711
</a>
712
<ul class="blockList">
713
<li class="blockList">
714
<h4>bounce</h4>
715
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> bounce</pre>
716
</li>
717
</ul>
718
<a name="bounceIn">
719
<!--   -->
720
</a>
721
<ul class="blockList">
722
<li class="blockList">
723
<h4>bounceIn</h4>
724
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> bounceIn</pre>
725
</li>
726
</ul>
727
<a name="bounceOut">
728
<!--   -->
729
</a>
730
<ul class="blockListLast">
731
<li class="blockList">
732
<h4>bounceOut</h4>
733
<pre>public static final&nbsp;<a href="../../../../com/badlogic/gdx/math/Interpolation.html" title="class in com.badlogic.gdx.math">Interpolation</a> bounceOut</pre>
734
</li>
735
</ul>
736
</li>
737
</ul>
738
<!-- ========= CONSTRUCTOR DETAIL ======== -->
739
<ul class="blockList">
740
<li class="blockList"><a name="constructor_detail">
741
<!--   -->
742
</a>
743
<h3>Constructor Detail</h3>
744
<a name="Interpolation()">
745
<!--   -->
746
</a>
747
<ul class="blockListLast">
748
<li class="blockList">
749
<h4>Interpolation</h4>
750
<pre>public&nbsp;Interpolation()</pre>
751
</li>
752
</ul>
753
</li>
754
</ul>
755
<!-- ============ METHOD DETAIL ========== -->
756
<ul class="blockList">
757
<li class="blockList"><a name="method_detail">
758
<!--   -->
759
</a>
760
<h3>Method Detail</h3>
761
<a name="apply(float)">
762
<!--   -->
763
</a>
764
<ul class="blockList">
765
<li class="blockList">
766
<h4>apply</h4>
767
<pre>public abstract&nbsp;float&nbsp;apply(float&nbsp;a)</pre>
768
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - Alpha value between 0 and 1.</dd></dl>
769
</li>
770
</ul>
771
<a name="apply(float, float, float)">
772
<!--   -->
773
</a>
774
<ul class="blockListLast">
775
<li class="blockList">
776
<h4>apply</h4>
777
<pre>public&nbsp;float&nbsp;apply(float&nbsp;start,
778
          float&nbsp;end,
779
          float&nbsp;a)</pre>
780
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - Alpha value between 0 and 1.</dd></dl>
781
</li>
782
</ul>
783
</li>
784
</ul>
785
</li>
786
</ul>
787
</div>
788
</div>
789
<!-- ========= END OF CLASS DATA ========= -->
790
<!-- ======= START OF BOTTOM NAVBAR ====== -->
791
<div class="bottomNav"><a name="navbar_bottom">
792
<!--   -->
793
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
794
<!--   -->
795
</a>
796
<ul class="navList" title="Navigation">
797
<li><a href="../../../../overview-summary.html">Overview</a></li>
798
<li><a href="package-summary.html">Package</a></li>
799
<li class="navBarCell1Rev">Class</li>
800
<li><a href="class-use/Interpolation.html">Use</a></li>
801
<li><a href="package-tree.html">Tree</a></li>
802
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
803
<li><a href="../../../../index-all.html">Index</a></li>
804
<li><a href="../../../../help-doc.html">Help</a></li>
805
</ul>
806
<div class="aboutLanguage"><em>libgdx API</em></div>
807
</div>
808
<div class="subNav">
809
<ul class="navList">
810
<li><a href="../../../../com/badlogic/gdx/math/GridPoint3.html" title="class in com.badlogic.gdx.math"><span class="strong">Prev Class</span></a></li>
811
<li><a href="../../../../com/badlogic/gdx/math/Interpolation.Bounce.html" title="class in com.badlogic.gdx.math"><span class="strong">Next Class</span></a></li>
812
</ul>
813
<ul class="navList">
814
<li><a href="../../../../index.html?com/badlogic/gdx/math/Interpolation.html" target="_top">Frames</a></li>
815
<li><a href="Interpolation.html" target="_top">No Frames</a></li>
816
</ul>
817
<ul class="navList" id="allclasses_navbar_bottom">
818
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
819
</ul>
820
<div>
821
<script type="text/javascript"><!--
822
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
823
  if(window==top) {
824
    allClassesLink.style.display = "block";
825
  }
826
  else {
827
    allClassesLink.style.display = "none";
828
  }
829
  //-->
830
</script>
831
</div>
832
<div>
833
<ul class="subNavList">
834
<li>Summary:&nbsp;</li>
835
<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
836
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
837
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
838
<li><a href="#method_summary">Method</a></li>
839
</ul>
840
<ul class="subNavList">
841
<li>Detail:&nbsp;</li>
842
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
843
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
844
<li><a href="#method_detail">Method</a></li>
845
</ul>
846
</div>
847
<a name="skip-navbar_bottom">
848
<!--   -->
849
</a></div>
850
<!-- ======== END OF BOTTOM NAVBAR ======= -->
851
<p class="legalCopy"><small>
852
                                <div style="font-size:9pt"><i>
853
                                Copyright &copy; 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
854
                                </i></div>
855
                        </small></p>
856
</body>
857
</html>