OSDN Git Service

three.jsをThirdPartyに追加
[webglgame/webgl_framework.git] / webglFramework / Thirdparty / three.js-master / docs / api / math / interpolants / QuaternionLinearInterpolant.html
1 <!DOCTYPE html>
2 <html lang="en">
3         <head>
4                 <meta charset="utf-8" />
5                 <base href="../../../" />
6                 <script src="list.js"></script>
7                 <script src="page.js"></script>
8                 <link type="text/css" rel="stylesheet" href="page.css" />
9         </head>
10         <body>
11                 [page:Interpolant] &rarr;
12
13                 <h1>[name]</h1>
14
15                 <div class="desc">
16
17                 </div>
18
19                 <h2>Example</h2>
20
21                 <code>
22 var interpolant = new THREE.[name](
23                 new Float32Array( 2 ),
24                 new Float32Array( 2 ),
25                 1,
26                 new Float32Array( 1 )
27 );
28
29 interpolant.evaluate( 0.5 );
30                 </code>
31
32
33                 <h2>Constructor</h2>
34
35                 <h3>[name]( parameterPositions, sampleValues, sampleSize, resultBuffer )</h3>
36                 <div>
37                 parameterPositions -- array of positions<br />
38                 sampleValues -- array of samples<br />
39                 sampleSize -- number of samples<br />
40                 resultBuffer -- buffer to store the interpolation results.<br /><br />
41
42
43                 </div>
44
45                 <h2>Properties</h2>
46
47
48
49                 <h3>[property:null parameterPositions]</h3>
50                 <div>
51
52                 </div>
53
54                 <h3>[property:null resultBuffer]</h3>
55                 <div>
56
57                 </div>
58
59                 <h3>[property:null sampleValues]</h3>
60                 <div>
61
62                 </div>
63
64                 <h3>[property:Object settings]</h3>
65                 <div>
66
67                 </div>
68
69                 <h3>[property:null valueSize]</h3>
70                 <div>
71
72                 </div>
73
74                 <h2>Methods</h2>
75
76                 <h3>[method:null evaluate]( [page:Number t] )</h3>
77                 <div>
78                 Evaluate the interpolant at position *t*.
79                 </div>
80
81                 <h2>Source</h2>
82
83                 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
84         </body>
85 </html>