OSDN Git Service

three.jsをThirdPartyに追加
[webglgame/webgl_framework.git] / webglFramework / Thirdparty / three.js-master / docs / api / extras / curves / LineCurve.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:Curve] &rarr;
12
13                 <h1>[name]</h1>
14
15                 <div class="desc">A curve representing a 2d line segment.</div>
16
17                 <h2>Constructor</h2>
18
19
20                 <h3>[name]( [page:Vector2 v1], [page:Vector2 v2] )</h3>
21                 <div>
22                         [page:Vector2 v1] – The start point.<br/>
23                         [page:Vector2 v2] - The end point.
24                 </div>
25
26
27                 <h2>Properties</h2>
28                 <div>See the base [page:Curve] class for common properties.</div>
29
30                 <h3>[property:Boolean isLineCurve]</h3>
31                 <div>
32                         Used to check whether this or derived classes are LineCurves. Default is *true*.<br /><br />
33
34                         You should not change this, as it used internally for optimisation.
35                 </div>
36
37                 <h3>[property:Vector2 v1]</h3>
38                 <div>The start point.</div>
39
40                 <h3>[property:Vector2 v2]</h3>
41                 <div>The end point</div>
42
43                 <h2>Methods</h2>
44                 <div>See the base [page:Curve] class for common methods.</div>
45
46
47                 <h2>Source</h2>
48
49                 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
50         </body>
51 </html>