2
0

genindex.html 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Index &mdash; three.js v48dev documentation</title>
  7. <link rel="stylesheet" href="_static/nature.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: '',
  12. VERSION: '48dev',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <link rel="top" title="three.js v48dev documentation" href="index.html" />
  22. </head>
  23. <body>
  24. <div class="related">
  25. <h3>Navigation</h3>
  26. <ul>
  27. <li class="right" style="margin-right: 10px">
  28. <a href="#" title="General Index"
  29. accesskey="I">index</a></li>
  30. <li><a href="index.html">three.js v48dev documentation</a> &raquo;</li>
  31. </ul>
  32. </div>
  33. <div class="document">
  34. <div class="documentwrapper">
  35. <div class="bodywrapper">
  36. <div class="body">
  37. <h1 id="index">Index</h1>
  38. <div class="genindex-jumpbox">
  39. <a href="#A"><strong>A</strong></a> | <a href="#C"><strong>C</strong></a> | <a href="#D"><strong>D</strong></a> | <a href="#E"><strong>E</strong></a> | <a href="#F"><strong>F</strong></a> | <a href="#G"><strong>G</strong></a> | <a href="#L"><strong>L</strong></a> | <a href="#M"><strong>M</strong></a> | <a href="#O"><strong>O</strong></a> | <a href="#P"><strong>P</strong></a> | <a href="#Q"><strong>Q</strong></a> | <a href="#R"><strong>R</strong></a> | <a href="#S"><strong>S</strong></a> | <a href="#T"><strong>T</strong></a> | <a href="#U"><strong>U</strong></a> | <a href="#V"><strong>V</strong></a>
  40. </div>
  41. <h2 id="A">A</h2>
  42. <table style="width: 100%" class="indextable genindextable"><tr>
  43. <td style="width: 33%" valign="top"><dl>
  44. <dt><a href="api/lights/AmbientLight.html#AmbientLight">AmbientLight() (class)</a></dt>
  45. </dl></td>
  46. <td style="width: 33%" valign="top"><dl>
  47. <dt><a href="api/lights/AmbientLight.html#AmbientLight.color">AmbientLight.color (AmbientLight attribute)</a></dt>
  48. </dl></td>
  49. </tr></table>
  50. <h2 id="C">C</h2>
  51. <table style="width: 100%" class="indextable genindextable"><tr>
  52. <td style="width: 33%" valign="top"><dl>
  53. <dt><a href="api/cameras/Camera.html#Camera">Camera() (class)</a></dt>
  54. <dt><a href="api/cameras/Camera.html#Camera.lookAt">Camera.lookAt() (Camera method)</a></dt>
  55. <dt><a href="api/cameras/Camera.html#Camera.matrixWorldInverse">Camera.matrixWorldInverse (Camera attribute)</a></dt>
  56. <dt><a href="api/cameras/Camera.html#Camera.projectionMatrix">Camera.projectionMatrix (Camera attribute)</a></dt>
  57. <dt><a href="api/cameras/Camera.html#Camera.projectionMatrixInverse">Camera.projectionMatrixInverse (Camera attribute)</a></dt>
  58. <dt><a href="api/core/Clock.html#Clock">Clock() (class)</a></dt>
  59. <dt><a href="api/core/Clock.html#Clock.autoStart">Clock.autoStart (Clock attribute)</a></dt>
  60. <dt><a href="api/core/Clock.html#Clock.elapsedTime">Clock.elapsedTime (Clock attribute)</a></dt>
  61. <dt><a href="api/core/Clock.html#Clock.getDelta">Clock.getDelta() (Clock method)</a></dt>
  62. <dt><a href="api/core/Clock.html#Clock.getElapsedTime">Clock.getElapsedTime() (Clock method)</a></dt>
  63. <dt><a href="api/core/Clock.html#Clock.oldTime">Clock.oldTime (Clock attribute)</a></dt>
  64. <dt><a href="api/core/Clock.html#Clock.running">Clock.running (Clock attribute)</a></dt>
  65. <dt><a href="api/core/Clock.html#Clock.start">Clock.start() (Clock method)</a></dt>
  66. <dt><a href="api/core/Clock.html#Clock.startTime">Clock.startTime (Clock attribute)</a></dt>
  67. <dt><a href="api/core/Clock.html#Clock.stop">Clock.stop() (Clock method)</a></dt>
  68. <dt><a href="api/core/Color.html#Color">Color() (class)</a></dt>
  69. </dl></td>
  70. <td style="width: 33%" valign="top"><dl>
  71. <dt><a href="api/core/Color.html#Color.b">Color.b (Color attribute)</a></dt>
  72. <dt><a href="api/core/Color.html#Color.clone">Color.clone() (Color method)</a></dt>
  73. <dt><a href="api/core/Color.html#Color.convertGammaToLinear">Color.convertGammaToLinear() (Color method)</a></dt>
  74. <dt><a href="api/core/Color.html#Color.convertLinearToGamma">Color.convertLinearToGamma() (Color method)</a></dt>
  75. <dt><a href="api/core/Color.html#Color.copy">Color.copy() (Color method)</a></dt>
  76. <dt><a href="api/core/Color.html#Color.copyGammaToLinear">Color.copyGammaToLinear() (Color method)</a></dt>
  77. <dt><a href="api/core/Color.html#Color.copyLinearToGamma">Color.copyLinearToGamma() (Color method)</a></dt>
  78. <dt><a href="api/core/Color.html#Color.g">Color.g (Color attribute)</a></dt>
  79. <dt><a href="api/core/Color.html#Color.getContextStyle">Color.getContextStyle() (Color method)</a></dt>
  80. <dt><a href="api/core/Color.html#Color.getHex">Color.getHex() (Color method)</a></dt>
  81. <dt><a href="api/core/Color.html#Color.r">Color.r (Color attribute)</a></dt>
  82. <dt><a href="api/core/Color.html#Color.setHex">Color.setHex() (Color method)</a></dt>
  83. <dt><a href="api/core/Color.html#Color.setHSV">Color.setHSV() (Color method)</a></dt>
  84. <dt><a href="api/core/Color.html#Color.setRGB">Color.setRGB() (Color method)</a></dt>
  85. <dt><a href="api/extras/core/Curve.html#Curve">Curve() (class)</a></dt>
  86. <dt><a href="api/extras/core/CurvePath.html#CurvePath">CurvePath() (class)</a></dt>
  87. </dl></td>
  88. </tr></table>
  89. <h2 id="D">D</h2>
  90. <table style="width: 100%" class="indextable genindextable"><tr>
  91. <td style="width: 33%" valign="top"><dl>
  92. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight">DirectionalLight() (class)</a></dt>
  93. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.castShadow">DirectionalLight.castShadow (DirectionalLight attribute)</a></dt>
  94. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.color">DirectionalLight.color (DirectionalLight attribute)</a></dt>
  95. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.distance">DirectionalLight.distance (DirectionalLight attribute)</a></dt>
  96. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.intensity">DirectionalLight.intensity (DirectionalLight attribute)</a></dt>
  97. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.onlyShadow">DirectionalLight.onlyShadow (DirectionalLight attribute)</a></dt>
  98. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.position">DirectionalLight.position (DirectionalLight attribute)</a></dt>
  99. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowBias">DirectionalLight.shadowBias (DirectionalLight attribute)</a></dt>
  100. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowCameraBottom">DirectionalLight.shadowCameraBottom (DirectionalLight attribute)</a></dt>
  101. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowCameraFar">DirectionalLight.shadowCameraFar (DirectionalLight attribute)</a></dt>
  102. </dl></td>
  103. <td style="width: 33%" valign="top"><dl>
  104. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowCameraLeft">DirectionalLight.shadowCameraLeft (DirectionalLight attribute)</a></dt>
  105. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowCameraNear">DirectionalLight.shadowCameraNear (DirectionalLight attribute)</a></dt>
  106. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowCameraRight">DirectionalLight.shadowCameraRight (DirectionalLight attribute)</a></dt>
  107. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowCameraTop">DirectionalLight.shadowCameraTop (DirectionalLight attribute)</a></dt>
  108. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowCameraVisible">DirectionalLight.shadowCameraVisible (DirectionalLight attribute)</a></dt>
  109. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowDarkness">DirectionalLight.shadowDarkness (DirectionalLight attribute)</a></dt>
  110. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowMapHeight">DirectionalLight.shadowMapHeight (DirectionalLight attribute)</a></dt>
  111. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowMapWidth">DirectionalLight.shadowMapWidth (DirectionalLight attribute)</a></dt>
  112. <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.target">DirectionalLight.target (DirectionalLight attribute)</a></dt>
  113. </dl></td>
  114. </tr></table>
  115. <h2 id="E">E</h2>
  116. <table style="width: 100%" class="indextable genindextable"><tr>
  117. <td style="width: 33%" valign="top"><dl>
  118. <dt><a href="api/core/Edge.html#Edge">Edge() (class)</a></dt>
  119. <dt><a href="api/core/Edge.html#Edge.faceIndices">Edge.faceIndices (Edge attribute)</a></dt>
  120. <dt><a href="api/core/Edge.html#Edge.faces">Edge.faces (Edge attribute)</a></dt>
  121. </dl></td>
  122. <td style="width: 33%" valign="top"><dl>
  123. <dt><a href="api/core/Edge.html#Edge.vertexIndices">Edge.vertexIndices (Edge attribute)</a></dt>
  124. <dt><a href="api/core/Edge.html#Edge.vertices">Edge.vertices (Edge attribute)</a></dt>
  125. </dl></td>
  126. </tr></table>
  127. <h2 id="F">F</h2>
  128. <table style="width: 100%" class="indextable genindextable"><tr>
  129. <td style="width: 33%" valign="top"><dl>
  130. <dt><a href="api/core/Face3.html#Face3">Face3() (class)</a></dt>
  131. <dt><a href="api/core/Face3.html#Face3.a">Face3.a (Face3 attribute)</a></dt>
  132. <dt><a href="api/core/Face3.html#Face3.b">Face3.b (Face3 attribute)</a></dt>
  133. <dt><a href="api/core/Face3.html#Face3.c">Face3.c (Face3 attribute)</a></dt>
  134. <dt><a href="api/core/Face3.html#Face3.centroid">Face3.centroid (Face3 attribute)</a></dt>
  135. <dt><a href="api/core/Face3.html#Face3.color">Face3.color (Face3 attribute)</a></dt>
  136. <dt><a href="api/core/Face3.html#Face3.materialIndex">Face3.materialIndex (Face3 attribute)</a></dt>
  137. <dt><a href="api/core/Face3.html#Face3.normal">Face3.normal (Face3 attribute)</a></dt>
  138. <dt><a href="api/core/Face3.html#Face3.vertexColors">Face3.vertexColors (Face3 attribute)</a></dt>
  139. <dt><a href="api/core/Face3.html#Face3.vertexNormals">Face3.vertexNormals (Face3 attribute)</a></dt>
  140. <dt><a href="api/core/Face3.html#Face3.vertexTangents">Face3.vertexTangents (Face3 attribute)</a></dt>
  141. <dt><a href="api/core/Face4.html#Face4">Face4() (class)</a></dt>
  142. </dl></td>
  143. <td style="width: 33%" valign="top"><dl>
  144. <dt><a href="api/core/Face4.html#Face4.a">Face4.a (Face4 attribute)</a></dt>
  145. <dt><a href="api/core/Face4.html#Face4.b">Face4.b (Face4 attribute)</a></dt>
  146. <dt><a href="api/core/Face4.html#Face4.c">Face4.c (Face4 attribute)</a></dt>
  147. <dt><a href="api/core/Face4.html#Face4.centroid">Face4.centroid (Face4 attribute)</a></dt>
  148. <dt><a href="api/core/Face4.html#Face4.color">Face4.color (Face4 attribute)</a></dt>
  149. <dt><a href="api/core/Face4.html#Face4.d">Face4.d (Face4 attribute)</a></dt>
  150. <dt><a href="api/core/Face4.html#Face4.materialIndex">Face4.materialIndex (Face4 attribute)</a></dt>
  151. <dt><a href="api/core/Face4.html#Face4.normal">Face4.normal (Face4 attribute)</a></dt>
  152. <dt><a href="api/core/Face4.html#Face4.vertexColors">Face4.vertexColors (Face4 attribute)</a></dt>
  153. <dt><a href="api/core/Face4.html#Face4.vertexNormals">Face4.vertexNormals (Face4 attribute)</a></dt>
  154. <dt><a href="api/core/Face4.html#Face4.vertexTangents">Face4.vertexTangents (Face4 attribute)</a></dt>
  155. </dl></td>
  156. </tr></table>
  157. <h2 id="G">G</h2>
  158. <table style="width: 100%" class="indextable genindextable"><tr>
  159. <td style="width: 33%" valign="top"><dl>
  160. <dt><a href="api/core/Geometry.html#Geometry">Geometry() (class)</a></dt>
  161. <dt><a href="api/core/Geometry.html#Geometry.applyMatrix">Geometry.applyMatrix() (Geometry method)</a></dt>
  162. <dt><a href="api/core/Geometry.html#Geometry.boundingBox">Geometry.boundingBox (Geometry attribute)</a></dt>
  163. <dt><a href="api/core/Geometry.html#Geometry.boundingSphere">Geometry.boundingSphere (Geometry attribute)</a></dt>
  164. <dt><a href="api/core/Geometry.html#Geometry.colors">Geometry.colors (Geometry attribute)</a></dt>
  165. <dt><a href="api/core/Geometry.html#Geometry.computeBoundingBox">Geometry.computeBoundingBox() (Geometry method)</a></dt>
  166. <dt><a href="api/core/Geometry.html#Geometry.computeBoundingSphere">Geometry.computeBoundingSphere() (Geometry method)</a></dt>
  167. <dt><a href="api/core/Geometry.html#Geometry.computeCentroids">Geometry.computeCentroids() (Geometry method)</a></dt>
  168. <dt><a href="api/core/Geometry.html#Geometry.computeFaceNormals">Geometry.computeFaceNormals() (Geometry method)</a></dt>
  169. <dt><a href="api/core/Geometry.html#Geometry.computeTangents">Geometry.computeTangents() (Geometry method)</a></dt>
  170. <dt><a href="api/core/Geometry.html#Geometry.computeVertexNormals">Geometry.computeVertexNormals() (Geometry method)</a></dt>
  171. <dt><a href="api/core/Geometry.html#Geometry.dynamic">Geometry.dynamic (Geometry attribute)</a></dt>
  172. </dl></td>
  173. <td style="width: 33%" valign="top"><dl>
  174. <dt><a href="api/core/Geometry.html#Geometry.faces">Geometry.faces (Geometry attribute)</a></dt>
  175. <dt><a href="api/core/Geometry.html#Geometry.faceUvs">Geometry.faceUvs (Geometry attribute)</a></dt>
  176. <dt><a href="api/core/Geometry.html#Geometry.faceVertexUvs">Geometry.faceVertexUvs (Geometry attribute)</a></dt>
  177. <dt><a href="api/core/Geometry.html#Geometry.hasTangents">Geometry.hasTangents (Geometry attribute)</a></dt>
  178. <dt><a href="api/core/Geometry.html#Geometry.id">Geometry.id (Geometry attribute)</a></dt>
  179. <dt><a href="api/core/Geometry.html#Geometry.materials">Geometry.materials (Geometry attribute)</a></dt>
  180. <dt><a href="api/core/Geometry.html#Geometry.mergeVertices">Geometry.mergeVertices() (Geometry method)</a></dt>
  181. <dt><a href="api/core/Geometry.html#Geometry.morphColors">Geometry.morphColors (Geometry attribute)</a></dt>
  182. <dt><a href="api/core/Geometry.html#Geometry.morphTargets">Geometry.morphTargets (Geometry attribute)</a></dt>
  183. <dt><a href="api/core/Geometry.html#Geometry.skinIndices">Geometry.skinIndices (Geometry attribute)</a></dt>
  184. <dt><a href="api/core/Geometry.html#Geometry.skinWeights">Geometry.skinWeights (Geometry attribute)</a></dt>
  185. <dt><a href="api/core/Geometry.html#Geometry.vertices">Geometry.vertices (Geometry attribute)</a></dt>
  186. </dl></td>
  187. </tr></table>
  188. <h2 id="L">L</h2>
  189. <table style="width: 100%" class="indextable genindextable"><tr>
  190. <td style="width: 33%" valign="top"><dl>
  191. <dt><a href="api/lights/Light.html#Light">Light() (class)</a></dt>
  192. </dl></td>
  193. <td style="width: 33%" valign="top"><dl>
  194. <dt><a href="api/lights/Light.html#Light.color">Light.color (Light attribute)</a></dt>
  195. </dl></td>
  196. </tr></table>
  197. <h2 id="M">M</h2>
  198. <table style="width: 100%" class="indextable genindextable"><tr>
  199. <td style="width: 33%" valign="top"><dl>
  200. <dt><a href="api/core/Math.html#Math.clamp">Math.clamp() (Math method)</a></dt>
  201. <dt><a href="api/core/Math.html#Math.clampBottom">Math.clampBottom() (Math method)</a></dt>
  202. <dt><a href="api/core/Math.html#Math.mapLinear">Math.mapLinear() (Math method)</a></dt>
  203. <dt><a href="api/core/Math.html#Math.randFloat">Math.randFloat() (Math method)</a></dt>
  204. <dt><a href="api/core/Math.html#Math.randFloatSpread">Math.randFloatSpread() (Math method)</a></dt>
  205. <dt><a href="api/core/Math.html#Math.randInt">Math.randInt() (Math method)</a></dt>
  206. <dt><a href="api/core/Math.html#Math.random16">Math.random16() (Math method)</a></dt>
  207. <dt><a href="api/core/Matrix3.html#Matrix3">Matrix3() (class)</a></dt>
  208. <dt><a href="api/core/Matrix3.html#Matrix3.m">Matrix3.m (Matrix3 attribute)</a></dt>
  209. <dt><a href="api/core/Matrix3.html#Matrix3.transpose">Matrix3.transpose() (Matrix3 method)</a></dt>
  210. <dt><a href="api/core/Matrix3.html#Matrix3.transposeIntoArray">Matrix3.transposeIntoArray() (Matrix3 method)</a></dt>
  211. <dt><a href="api/core/Matrix4.html#Matrix4">Matrix4() (class)</a></dt>
  212. <dt><a href="api/core/Matrix4.html#Matrix4.clone">Matrix4.clone() (Matrix4 method)</a></dt>
  213. <dt><a href="api/core/Matrix4.html#Matrix4.compose">Matrix4.compose() (Matrix4 method)</a></dt>
  214. <dt><a href="api/core/Matrix4.html#Matrix4.copy">Matrix4.copy() (Matrix4 method)</a></dt>
  215. <dt><a href="api/core/Matrix4.html#Matrix4.crossVector">Matrix4.crossVector() (Matrix4 method)</a></dt>
  216. <dt><a href="api/core/Matrix4.html#Matrix4.decompose">Matrix4.decompose() (Matrix4 method)</a></dt>
  217. <dt><a href="api/core/Matrix4.html#Matrix4.determinant">Matrix4.determinant() (Matrix4 method)</a></dt>
  218. <dt><a href="api/core/Matrix4.html#Matrix4.extractPosition">Matrix4.extractPosition() (Matrix4 method)</a></dt>
  219. <dt><a href="api/core/Matrix4.html#Matrix4.extractRotation">Matrix4.extractRotation() (Matrix4 method)</a></dt>
  220. <dt><a href="api/core/Matrix4.html#Matrix4.flatten">Matrix4.flatten() (Matrix4 method)</a></dt>
  221. <dt><a href="api/core/Matrix4.html#Matrix4.flattenToArray">Matrix4.flattenToArray() (Matrix4 method)</a></dt>
  222. <dt><a href="api/core/Matrix4.html#Matrix4.flattenToArrayOffset">Matrix4.flattenToArrayOffset() (Matrix4 method)</a></dt>
  223. <dt><a href="api/core/Matrix4.html#Matrix4.getColumnX">Matrix4.getColumnX() (Matrix4 method)</a></dt>
  224. <dt><a href="api/core/Matrix4.html#Matrix4.getColumnY">Matrix4.getColumnY() (Matrix4 method)</a></dt>
  225. <dt><a href="api/core/Matrix4.html#Matrix4.getColumnZ">Matrix4.getColumnZ() (Matrix4 method)</a></dt>
  226. <dt><a href="api/core/Matrix4.html#Matrix4.getInverse">Matrix4.getInverse() (Matrix4 method)</a></dt>
  227. <dt><a href="api/core/Matrix4.html#Matrix4.getPosition">Matrix4.getPosition() (Matrix4 method)</a></dt>
  228. <dt><a href="api/core/Matrix4.html#Matrix4.identity">Matrix4.identity() (Matrix4 method)</a></dt>
  229. <dt><a href="api/core/Matrix4.html#Matrix4.lookAt">Matrix4.lookAt() (Matrix4 method)</a></dt>
  230. <dt><a href="api/core/Matrix4.html#Matrix4.makeFrustum">Matrix4.makeFrustum() (Matrix4 method)</a></dt>
  231. <dt><a href="api/core/Matrix4.html#Matrix4.makeInvert3x3">Matrix4.makeInvert3x3() (Matrix4 method)</a></dt>
  232. <dt><a href="api/core/Matrix4.html#Matrix4.makeOrtho">Matrix4.makeOrtho() (Matrix4 method)</a></dt>
  233. <dt><a href="api/core/Matrix4.html#Matrix4.makePerspective">Matrix4.makePerspective() (Matrix4 method)</a></dt>
  234. <dt><a href="api/core/Matrix4.html#Matrix4.multiply">Matrix4.multiply() (Matrix4 method)</a></dt>
  235. <dt><a href="api/core/Matrix4.html#Matrix4.multiplyScalar">Matrix4.multiplyScalar() (Matrix4 method)</a></dt>
  236. <dt><a href="api/core/Matrix4.html#Matrix4.multiplySelf">Matrix4.multiplySelf() (Matrix4 method)</a></dt>
  237. </dl></td>
  238. <td style="width: 33%" valign="top"><dl>
  239. <dt><a href="api/core/Matrix4.html#Matrix4.multiplyToArray">Matrix4.multiplyToArray() (Matrix4 method)</a></dt>
  240. <dt><a href="api/core/Matrix4.html#Matrix4.multiplyVector3">Matrix4.multiplyVector3() (Matrix4 method)</a></dt>
  241. <dt><a href="api/core/Matrix4.html#Matrix4.multiplyVector4">Matrix4.multiplyVector4() (Matrix4 method)</a></dt>
  242. <dt><a href="api/core/Matrix4.html#Matrix4.n11">Matrix4.n11 (Matrix4 attribute)</a></dt>
  243. <dt><a href="api/core/Matrix4.html#Matrix4.n12">Matrix4.n12 (Matrix4 attribute)</a></dt>
  244. <dt><a href="api/core/Matrix4.html#Matrix4.n13">Matrix4.n13 (Matrix4 attribute)</a></dt>
  245. <dt><a href="api/core/Matrix4.html#Matrix4.n14">Matrix4.n14 (Matrix4 attribute)</a></dt>
  246. <dt><a href="api/core/Matrix4.html#Matrix4.n21">Matrix4.n21 (Matrix4 attribute)</a></dt>
  247. <dt><a href="api/core/Matrix4.html#Matrix4.n22">Matrix4.n22 (Matrix4 attribute)</a></dt>
  248. <dt><a href="api/core/Matrix4.html#Matrix4.n23">Matrix4.n23 (Matrix4 attribute)</a></dt>
  249. <dt><a href="api/core/Matrix4.html#Matrix4.n24">Matrix4.n24 (Matrix4 attribute)</a></dt>
  250. <dt><a href="api/core/Matrix4.html#Matrix4.n31">Matrix4.n31 (Matrix4 attribute)</a></dt>
  251. <dt><a href="api/core/Matrix4.html#Matrix4.n32">Matrix4.n32 (Matrix4 attribute)</a></dt>
  252. <dt><a href="api/core/Matrix4.html#Matrix4.n33">Matrix4.n33 (Matrix4 attribute)</a></dt>
  253. <dt><a href="api/core/Matrix4.html#Matrix4.n34">Matrix4.n34 (Matrix4 attribute)</a></dt>
  254. <dt><a href="api/core/Matrix4.html#Matrix4.n41">Matrix4.n41 (Matrix4 attribute)</a></dt>
  255. <dt><a href="api/core/Matrix4.html#Matrix4.n42">Matrix4.n42 (Matrix4 attribute)</a></dt>
  256. <dt><a href="api/core/Matrix4.html#Matrix4.n43">Matrix4.n43 (Matrix4 attribute)</a></dt>
  257. <dt><a href="api/core/Matrix4.html#Matrix4.n44">Matrix4.n44 (Matrix4 attribute)</a></dt>
  258. <dt><a href="api/core/Matrix4.html#Matrix4.rotateAxis">Matrix4.rotateAxis() (Matrix4 method)</a></dt>
  259. <dt><a href="api/core/Matrix4.html#Matrix4.rotateByAxis">Matrix4.rotateByAxis() (Matrix4 method)</a></dt>
  260. <dt><a href="api/core/Matrix4.html#Matrix4.rotateX">Matrix4.rotateX() (Matrix4 method)</a></dt>
  261. <dt><a href="api/core/Matrix4.html#Matrix4.rotateY">Matrix4.rotateY() (Matrix4 method)</a></dt>
  262. <dt><a href="api/core/Matrix4.html#Matrix4.rotateZ">Matrix4.rotateZ() (Matrix4 method)</a></dt>
  263. <dt><a href="api/core/Matrix4.html#Matrix4.scale">Matrix4.scale() (Matrix4 method)</a></dt>
  264. <dt><a href="api/core/Matrix4.html#Matrix4.set">Matrix4.set() (Matrix4 method)</a></dt>
  265. <dt><a href="api/core/Matrix4.html#Matrix4.setPosition">Matrix4.setPosition() (Matrix4 method)</a></dt>
  266. <dt><a href="api/core/Matrix4.html#Matrix4.setRotationAxis">Matrix4.setRotationAxis() (Matrix4 method)</a></dt>
  267. <dt><a href="api/core/Matrix4.html#Matrix4.setRotationFromEuler">Matrix4.setRotationFromEuler() (Matrix4 method)</a></dt>
  268. <dt><a href="api/core/Matrix4.html#Matrix4.setRotationFromQuaternion">Matrix4.setRotationFromQuaternion() (Matrix4 method)</a></dt>
  269. <dt><a href="api/core/Matrix4.html#Matrix4.setRotationX">Matrix4.setRotationX() (Matrix4 method)</a></dt>
  270. <dt><a href="api/core/Matrix4.html#Matrix4.setRotationY">Matrix4.setRotationY() (Matrix4 method)</a></dt>
  271. <dt><a href="api/core/Matrix4.html#Matrix4.setRotationZ">Matrix4.setRotationZ() (Matrix4 method)</a></dt>
  272. <dt><a href="api/core/Matrix4.html#Matrix4.setScale">Matrix4.setScale() (Matrix4 method)</a></dt>
  273. <dt><a href="api/core/Matrix4.html#Matrix4.setTranslation">Matrix4.setTranslation() (Matrix4 method)</a></dt>
  274. <dt><a href="api/core/Matrix4.html#Matrix4.translate">Matrix4.translate() (Matrix4 method)</a></dt>
  275. <dt><a href="api/core/Matrix4.html#Matrix4.transpose">Matrix4.transpose() (Matrix4 method)</a></dt>
  276. </dl></td>
  277. </tr></table>
  278. <h2 id="O">O</h2>
  279. <table style="width: 100%" class="indextable genindextable"><tr>
  280. <td style="width: 33%" valign="top"><dl>
  281. <dt><a href="api/core/Object3D.html#Object3D">Object3D() (class)</a></dt>
  282. <dt><a href="api/core/Object3D.html#Object3D.add ">Object3D.add () (Object3D method)</a></dt>
  283. <dt><a href="api/core/Object3D.html#Object3D.boundRadius">Object3D.boundRadius (Object3D attribute)</a></dt>
  284. <dt><a href="api/core/Object3D.html#Object3D.boundRadiusScale">Object3D.boundRadiusScale (Object3D attribute)</a></dt>
  285. <dt><a href="api/core/Object3D.html#Object3D.castShadow">Object3D.castShadow (Object3D attribute)</a></dt>
  286. <dt><a href="api/core/Object3D.html#Object3D.children">Object3D.children (Object3D attribute)</a></dt>
  287. <dt><a href="api/core/Object3D.html#Object3D.doubleSided">Object3D.doubleSided (Object3D attribute)</a></dt>
  288. <dt><a href="api/core/Object3D.html#Object3D.eulerOrder">Object3D.eulerOrder (Object3D attribute)</a></dt>
  289. <dt><a href="api/core/Object3D.html#Object3D.flipSided">Object3D.flipSided (Object3D attribute)</a></dt>
  290. <dt><a href="api/core/Object3D.html#Object3D.frustumCulled">Object3D.frustumCulled (Object3D attribute)</a></dt>
  291. <dt><a href="api/core/Object3D.html#Object3D.getChildByName ">Object3D.getChildByName () (Object3D method)</a></dt>
  292. <dt><a href="api/core/Object3D.html#Object3D.id">Object3D.id (Object3D attribute)</a></dt>
  293. <dt><a href="api/core/Object3D.html#Object3D.lookAt ">Object3D.lookAt () (Object3D method)</a></dt>
  294. <dt><a href="api/core/Object3D.html#Object3D.matrix">Object3D.matrix (Object3D attribute)</a></dt>
  295. <dt><a href="api/core/Object3D.html#Object3D.matrixAutoUpdate">Object3D.matrixAutoUpdate (Object3D attribute)</a></dt>
  296. <dt><a href="api/core/Object3D.html#Object3D.matrixRotationWorld">Object3D.matrixRotationWorld (Object3D attribute)</a></dt>
  297. <dt><a href="api/core/Object3D.html#Object3D.matrixWorld">Object3D.matrixWorld (Object3D attribute)</a></dt>
  298. <dt><a href="api/core/Object3D.html#Object3D.matrixWorldNeedsUpdate">Object3D.matrixWorldNeedsUpdate (Object3D attribute)</a></dt>
  299. <dt><a href="api/core/Object3D.html#Object3D.name">Object3D.name (Object3D attribute)</a></dt>
  300. <dt><a href="api/core/Object3D.html#Object3D.parent">Object3D.parent (Object3D attribute)</a></dt>
  301. <dt><a href="api/core/Object3D.html#Object3D.position">Object3D.position (Object3D attribute)</a></dt>
  302. <dt><a href="api/core/Object3D.html#Object3D.quaternion">Object3D.quaternion (Object3D attribute)</a></dt>
  303. <dt><a href="api/core/Object3D.html#Object3D.receiveShadow">Object3D.receiveShadow (Object3D attribute)</a></dt>
  304. </dl></td>
  305. <td style="width: 33%" valign="top"><dl>
  306. <dt><a href="api/core/Object3D.html#Object3D.remove ">Object3D.remove () (Object3D method)</a></dt>
  307. <dt><a href="api/core/Object3D.html#Object3D.renderDepth">Object3D.renderDepth (Object3D attribute)</a></dt>
  308. <dt><a href="api/core/Object3D.html#Object3D.rotation">Object3D.rotation (Object3D attribute)</a></dt>
  309. <dt><a href="api/core/Object3D.html#Object3D.rotationAutoUpdate">Object3D.rotationAutoUpdate (Object3D attribute)</a></dt>
  310. <dt><a href="api/core/Object3D.html#Object3D.scale">Object3D.scale (Object3D attribute)</a></dt>
  311. <dt><a href="api/core/Object3D.html#Object3D.translate ">Object3D.translate () (Object3D method)</a></dt>
  312. <dt><a href="api/core/Object3D.html#Object3D.translateX ">Object3D.translateX () (Object3D method)</a></dt>
  313. <dt><a href="api/core/Object3D.html#Object3D.translateY ">Object3D.translateY () (Object3D method)</a></dt>
  314. <dt><a href="api/core/Object3D.html#Object3D.translateZ ">Object3D.translateZ () (Object3D method)</a></dt>
  315. <dt><a href="api/core/Object3D.html#Object3D.up">Object3D.up (Object3D attribute)</a></dt>
  316. <dt><a href="api/core/Object3D.html#Object3D.updateMatrix ">Object3D.updateMatrix () (Object3D method)</a></dt>
  317. <dt><a href="api/core/Object3D.html#Object3D.updateMatrixWorld ">Object3D.updateMatrixWorld () (Object3D method)</a></dt>
  318. <dt><a href="api/core/Object3D.html#Object3D.useQuaternion">Object3D.useQuaternion (Object3D attribute)</a></dt>
  319. <dt><a href="api/core/Object3D.html#Object3D.visible">Object3D.visible (Object3D attribute)</a></dt>
  320. <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera">OrthographicCamera() (class)</a></dt>
  321. <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera.bottom">OrthographicCamera.bottom (OrthographicCamera attribute)</a></dt>
  322. <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera.far">OrthographicCamera.far (OrthographicCamera attribute)</a></dt>
  323. <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera.left">OrthographicCamera.left (OrthographicCamera attribute)</a></dt>
  324. <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera.near">OrthographicCamera.near (OrthographicCamera attribute)</a></dt>
  325. <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera.right">OrthographicCamera.right (OrthographicCamera attribute)</a></dt>
  326. <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera.top">OrthographicCamera.top (OrthographicCamera attribute)</a></dt>
  327. <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera.updateProjectionMatrix">OrthographicCamera.updateProjectionMatrix() (OrthographicCamera method)</a></dt>
  328. </dl></td>
  329. </tr></table>
  330. <h2 id="P">P</h2>
  331. <table style="width: 100%" class="indextable genindextable"><tr>
  332. <td style="width: 33%" valign="top"><dl>
  333. <dt><a href="api/extras/core/Path.html#Path">Path() (class)</a></dt>
  334. <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera">PerspectiveCamera() (class)</a></dt>
  335. <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.aspect">PerspectiveCamera.aspect (PerspectiveCamera attribute)</a></dt>
  336. <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.far">PerspectiveCamera.far (PerspectiveCamera attribute)</a></dt>
  337. <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.fov">PerspectiveCamera.fov (PerspectiveCamera attribute)</a></dt>
  338. <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.fullHeight">PerspectiveCamera.fullHeight (PerspectiveCamera attribute)</a></dt>
  339. <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.fullWidth">PerspectiveCamera.fullWidth (PerspectiveCamera attribute)</a></dt>
  340. <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.height">PerspectiveCamera.height (PerspectiveCamera attribute)</a></dt>
  341. <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.near">PerspectiveCamera.near (PerspectiveCamera attribute)</a></dt>
  342. <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.setLens ">PerspectiveCamera.setLens () (PerspectiveCamera method)</a></dt>
  343. <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.setViewOffset ">PerspectiveCamera.setViewOffset () (PerspectiveCamera method)</a></dt>
  344. </dl></td>
  345. <td style="width: 33%" valign="top"><dl>
  346. <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.updateProjectionMatrix">PerspectiveCamera.updateProjectionMatrix() (PerspectiveCamera method)</a></dt>
  347. <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.width">PerspectiveCamera.width (PerspectiveCamera attribute)</a></dt>
  348. <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.x">PerspectiveCamera.x (PerspectiveCamera attribute)</a></dt>
  349. <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.y">PerspectiveCamera.y (PerspectiveCamera attribute)</a></dt>
  350. <dt><a href="api/lights/PointLight.html#PointLight">PointLight() (class)</a></dt>
  351. <dt><a href="api/lights/PointLight.html#PointLight.color">PointLight.color (PointLight attribute)</a></dt>
  352. <dt><a href="api/lights/PointLight.html#PointLight.distance">PointLight.distance (PointLight attribute)</a></dt>
  353. <dt><a href="api/lights/PointLight.html#PointLight.intensity">PointLight.intensity (PointLight attribute)</a></dt>
  354. <dt><a href="api/lights/PointLight.html#PointLight.position">PointLight.position (PointLight attribute)</a></dt>
  355. <dt><a href="api/core/Projector.html#Projector">Projector() (class)</a></dt>
  356. </dl></td>
  357. </tr></table>
  358. <h2 id="Q">Q</h2>
  359. <table style="width: 100%" class="indextable genindextable"><tr>
  360. <td style="width: 33%" valign="top"><dl>
  361. <dt><a href="api/core/Quaternion.html#Quaternion">Quaternion() (class)</a></dt>
  362. <dt><a href="api/core/Quaternion.html#Quaternion.calculateW">Quaternion.calculateW() (Quaternion method)</a></dt>
  363. <dt><a href="api/core/Quaternion.html#Quaternion.clone">Quaternion.clone() (Quaternion method)</a></dt>
  364. <dt><a href="api/core/Quaternion.html#Quaternion.copy">Quaternion.copy() (Quaternion method)</a></dt>
  365. <dt><a href="api/core/Quaternion.html#Quaternion.inverse">Quaternion.inverse() (Quaternion method)</a></dt>
  366. <dt><a href="api/core/Quaternion.html#Quaternion.length">Quaternion.length() (Quaternion method)</a></dt>
  367. <dt><a href="api/core/Quaternion.html#Quaternion.multiply">Quaternion.multiply() (Quaternion method)</a></dt>
  368. <dt><a href="api/core/Quaternion.html#Quaternion.multiplySelf">Quaternion.multiplySelf() (Quaternion method)</a></dt>
  369. <dt><a href="api/core/Quaternion.html#Quaternion.multiplyVector3">Quaternion.multiplyVector3() (Quaternion method)</a></dt>
  370. </dl></td>
  371. <td style="width: 33%" valign="top"><dl>
  372. <dt><a href="api/core/Quaternion.html#Quaternion.normalize">Quaternion.normalize() (Quaternion method)</a></dt>
  373. <dt><a href="api/core/Quaternion.html#Quaternion.set">Quaternion.set() (Quaternion method)</a></dt>
  374. <dt><a href="api/core/Quaternion.html#Quaternion.setFromAxisAngle ">Quaternion.setFromAxisAngle () (Quaternion method)</a></dt>
  375. <dt><a href="api/core/Quaternion.html#Quaternion.setFromEuler ">Quaternion.setFromEuler () (Quaternion method)</a></dt>
  376. <dt><a href="api/core/Quaternion.html#Quaternion.setFromRotationMatrix ">Quaternion.setFromRotationMatrix () (Quaternion method)</a></dt>
  377. <dt><a href="api/core/Quaternion.html#Quaternion.w">Quaternion.w (Quaternion attribute)</a></dt>
  378. <dt><a href="api/core/Quaternion.html#Quaternion.x">Quaternion.x (Quaternion attribute)</a></dt>
  379. <dt><a href="api/core/Quaternion.html#Quaternion.y">Quaternion.y (Quaternion attribute)</a></dt>
  380. <dt><a href="api/core/Quaternion.html#Quaternion.z">Quaternion.z (Quaternion attribute)</a></dt>
  381. </dl></td>
  382. </tr></table>
  383. <h2 id="R">R</h2>
  384. <table style="width: 100%" class="indextable genindextable"><tr>
  385. <td style="width: 33%" valign="top"><dl>
  386. <dt><a href="api/core/Ray.html#Ray">Ray() (class)</a></dt>
  387. </dl></td>
  388. <td style="width: 33%" valign="top"><dl>
  389. <dt><a href="api/core/Rectangle.html#Rectangle">Rectangle() (class)</a></dt>
  390. </dl></td>
  391. </tr></table>
  392. <h2 id="S">S</h2>
  393. <table style="width: 100%" class="indextable genindextable"><tr>
  394. <td style="width: 33%" valign="top"><dl>
  395. <dt><a href="api/extras/core/Shape.html#Shape">Shape() (class)</a></dt>
  396. <dt><a href="api/core/Spline.html#Spline">Spline() (class)</a></dt>
  397. <dt><a href="api/lights/SpotLight.html#SpotLight">SpotLight() (class)</a></dt>
  398. <dt><a href="api/lights/SpotLight.html#SpotLight.castShadow">SpotLight.castShadow (SpotLight attribute)</a></dt>
  399. <dt><a href="api/lights/SpotLight.html#SpotLight.color">SpotLight.color (SpotLight attribute)</a></dt>
  400. <dt><a href="api/lights/SpotLight.html#SpotLight.distance">SpotLight.distance (SpotLight attribute)</a></dt>
  401. <dt><a href="api/lights/SpotLight.html#SpotLight.intensity">SpotLight.intensity (SpotLight attribute)</a></dt>
  402. <dt><a href="api/lights/SpotLight.html#SpotLight.onlyShadow">SpotLight.onlyShadow (SpotLight attribute)</a></dt>
  403. <dt><a href="api/lights/SpotLight.html#SpotLight.position">SpotLight.position (SpotLight attribute)</a></dt>
  404. </dl></td>
  405. <td style="width: 33%" valign="top"><dl>
  406. <dt><a href="api/lights/SpotLight.html#SpotLight.shadowBias">SpotLight.shadowBias (SpotLight attribute)</a></dt>
  407. <dt><a href="api/lights/SpotLight.html#SpotLight.shadowCameraFar">SpotLight.shadowCameraFar (SpotLight attribute)</a></dt>
  408. <dt><a href="api/lights/SpotLight.html#SpotLight.shadowCameraFov">SpotLight.shadowCameraFov (SpotLight attribute)</a></dt>
  409. <dt><a href="api/lights/SpotLight.html#SpotLight.shadowCameraNear">SpotLight.shadowCameraNear (SpotLight attribute)</a></dt>
  410. <dt><a href="api/lights/SpotLight.html#SpotLight.shadowCameraVisible">SpotLight.shadowCameraVisible (SpotLight attribute)</a></dt>
  411. <dt><a href="api/lights/SpotLight.html#SpotLight.shadowDarkness">SpotLight.shadowDarkness (SpotLight attribute)</a></dt>
  412. <dt><a href="api/lights/SpotLight.html#SpotLight.shadowMapHeight">SpotLight.shadowMapHeight (SpotLight attribute)</a></dt>
  413. <dt><a href="api/lights/SpotLight.html#SpotLight.shadowMapWidth">SpotLight.shadowMapWidth (SpotLight attribute)</a></dt>
  414. <dt><a href="api/lights/SpotLight.html#SpotLight.target">SpotLight.target (SpotLight attribute)</a></dt>
  415. </dl></td>
  416. </tr></table>
  417. <h2 id="T">T</h2>
  418. <table style="width: 100%" class="indextable genindextable"><tr>
  419. <td style="width: 33%" valign="top"><dl>
  420. <dt><a href="api/extras/core/TextPath.html#TextPath">TextPath() (class)</a></dt>
  421. </dl></td>
  422. <td style="width: 33%" valign="top"><dl>
  423. <dt><a href="api/THREE.html#THREE">THREE (global variable or constant)</a></dt>
  424. </dl></td>
  425. </tr></table>
  426. <h2 id="U">U</h2>
  427. <table style="width: 100%" class="indextable genindextable"><tr>
  428. <td style="width: 33%" valign="top"><dl>
  429. <dt><a href="api/core/UV.html#UV">UV() (class)</a></dt>
  430. <dt><a href="api/core/UV.html#UV.clone">UV.clone() (UV method)</a></dt>
  431. <dt><a href="api/core/UV.html#UV.copy">UV.copy() (UV method)</a></dt>
  432. </dl></td>
  433. <td style="width: 33%" valign="top"><dl>
  434. <dt><a href="api/core/UV.html#UV.set">UV.set() (UV method)</a></dt>
  435. <dt><a href="api/core/UV.html#UV.u">UV.u (UV attribute)</a></dt>
  436. <dt><a href="api/core/UV.html#UV.v">UV.v (UV attribute)</a></dt>
  437. </dl></td>
  438. </tr></table>
  439. <h2 id="V">V</h2>
  440. <table style="width: 100%" class="indextable genindextable"><tr>
  441. <td style="width: 33%" valign="top"><dl>
  442. <dt><a href="api/core/Vector2.html#Vector2">Vector2() (class)</a></dt>
  443. <dt><a href="api/core/Vector2.html#Vector2.add">Vector2.add() (Vector2 method)</a></dt>
  444. <dt><a href="api/core/Vector2.html#Vector2.addSelf">Vector2.addSelf() (Vector2 method)</a></dt>
  445. <dt><a href="api/core/Vector2.html#Vector2.clone">Vector2.clone() (Vector2 method)</a></dt>
  446. <dt><a href="api/core/Vector2.html#Vector2.copy">Vector2.copy() (Vector2 method)</a></dt>
  447. <dt><a href="api/core/Vector2.html#Vector2.distanceTo">Vector2.distanceTo() (Vector2 method)</a></dt>
  448. <dt><a href="api/core/Vector2.html#Vector2.distanceToSquared">Vector2.distanceToSquared() (Vector2 method)</a></dt>
  449. <dt><a href="api/core/Vector2.html#Vector2.divideScalar">Vector2.divideScalar() (Vector2 method)</a></dt>
  450. <dt><a href="api/core/Vector2.html#Vector2.dot">Vector2.dot() (Vector2 method)</a></dt>
  451. <dt><a href="api/core/Vector2.html#Vector2.equals">Vector2.equals() (Vector2 method)</a></dt>
  452. <dt><a href="api/core/Vector2.html#Vector2.isZero">Vector2.isZero() (Vector2 method)</a></dt>
  453. <dt><a href="api/core/Vector2.html#Vector2.length">Vector2.length() (Vector2 method)</a></dt>
  454. <dt><a href="api/core/Vector2.html#Vector2.lengthSq">Vector2.lengthSq() (Vector2 method)</a></dt>
  455. <dt><a href="api/core/Vector2.html#Vector2.multiplyScalar">Vector2.multiplyScalar() (Vector2 method)</a></dt>
  456. <dt><a href="api/core/Vector2.html#Vector2.negate">Vector2.negate() (Vector2 method)</a></dt>
  457. <dt><a href="api/core/Vector2.html#Vector2.normalize">Vector2.normalize() (Vector2 method)</a></dt>
  458. <dt><a href="api/core/Vector2.html#Vector2.set">Vector2.set() (Vector2 method)</a></dt>
  459. <dt><a href="api/core/Vector2.html#Vector2.setLength">Vector2.setLength() (Vector2 method)</a></dt>
  460. <dt><a href="api/core/Vector2.html#Vector2.sub">Vector2.sub() (Vector2 method)</a></dt>
  461. <dt><a href="api/core/Vector2.html#Vector2.subSelf">Vector2.subSelf() (Vector2 method)</a></dt>
  462. <dt><a href="api/core/Vector2.html#Vector2.x">Vector2.x (Vector2 attribute)</a></dt>
  463. <dt><a href="api/core/Vector2.html#Vector2.y">Vector2.y (Vector2 attribute)</a></dt>
  464. <dt><a href="api/core/Vector3.html#Vector3">Vector3() (class)</a></dt>
  465. <dt><a href="api/core/Vector3.html#Vector3.add">Vector3.add() (Vector3 method)</a></dt>
  466. <dt><a href="api/core/Vector3.html#Vector3.addSelf">Vector3.addSelf() (Vector3 method)</a></dt>
  467. <dt><a href="api/core/Vector3.html#Vector3.clone">Vector3.clone() (Vector3 method)</a></dt>
  468. <dt><a href="api/core/Vector3.html#Vector3.copy">Vector3.copy() (Vector3 method)</a></dt>
  469. <dt><a href="api/core/Vector3.html#Vector3.cross">Vector3.cross() (Vector3 method)</a></dt>
  470. <dt><a href="api/core/Vector3.html#Vector3.crossSelf">Vector3.crossSelf() (Vector3 method)</a></dt>
  471. <dt><a href="api/core/Vector3.html#Vector3.distanceTo">Vector3.distanceTo() (Vector3 method)</a></dt>
  472. <dt><a href="api/core/Vector3.html#Vector3.distanceToSquared">Vector3.distanceToSquared() (Vector3 method)</a></dt>
  473. <dt><a href="api/core/Vector3.html#Vector3.divideScalar">Vector3.divideScalar() (Vector3 method)</a></dt>
  474. <dt><a href="api/core/Vector3.html#Vector3.dot">Vector3.dot() (Vector3 method)</a></dt>
  475. <dt><a href="api/core/Vector3.html#Vector3.equals">Vector3.equals() (Vector3 method)</a></dt>
  476. <dt><a href="api/core/Vector3.html#Vector3.isZero">Vector3.isZero() (Vector3 method)</a></dt>
  477. <dt><a href="api/core/Vector3.html#Vector3.length">Vector3.length() (Vector3 method)</a></dt>
  478. <dt><a href="api/core/Vector3.html#Vector3.lengthManhattan">Vector3.lengthManhattan() (Vector3 method)</a></dt>
  479. <dt><a href="api/core/Vector3.html#Vector3.lengthSq">Vector3.lengthSq() (Vector3 method)</a></dt>
  480. </dl></td>
  481. <td style="width: 33%" valign="top"><dl>
  482. <dt><a href="api/core/Vector3.html#Vector3.multiplyScalar">Vector3.multiplyScalar() (Vector3 method)</a></dt>
  483. <dt><a href="api/core/Vector3.html#Vector3.negate">Vector3.negate() (Vector3 method)</a></dt>
  484. <dt><a href="api/core/Vector3.html#Vector3.normalize">Vector3.normalize() (Vector3 method)</a></dt>
  485. <dt><a href="api/core/Vector3.html#Vector3.set">Vector3.set() (Vector3 method)</a></dt>
  486. <dt><a href="api/core/Vector3.html#Vector3.setLength">Vector3.setLength() (Vector3 method)</a></dt>
  487. <dt><a href="api/core/Vector3.html#Vector3.setPositionFromMatrix">Vector3.setPositionFromMatrix() (Vector3 method)</a></dt>
  488. <dt><a href="api/core/Vector3.html#Vector3.setRotationFromMatrix">Vector3.setRotationFromMatrix() (Vector3 method)</a></dt>
  489. <dt><a href="api/core/Vector3.html#Vector3.setX">Vector3.setX() (Vector3 method)</a></dt>
  490. <dt><a href="api/core/Vector3.html#Vector3.setY">Vector3.setY() (Vector3 method)</a></dt>
  491. <dt><a href="api/core/Vector3.html#Vector3.setZ">Vector3.setZ() (Vector3 method)</a></dt>
  492. <dt><a href="api/core/Vector3.html#Vector3.sub">Vector3.sub() (Vector3 method)</a></dt>
  493. <dt><a href="api/core/Vector3.html#Vector3.subSelf">Vector3.subSelf() (Vector3 method)</a></dt>
  494. <dt><a href="api/core/Vector3.html#Vector3.x">Vector3.x (Vector3 attribute)</a></dt>
  495. <dt><a href="api/core/Vector3.html#Vector3.y">Vector3.y (Vector3 attribute)</a></dt>
  496. <dt><a href="api/core/Vector3.html#Vector3.z">Vector3.z (Vector3 attribute)</a></dt>
  497. <dt><a href="api/core/Vector4.html#Vector4">Vector4() (class)</a></dt>
  498. <dt><a href="api/core/Vector4.html#Vector4.add">Vector4.add() (Vector4 method)</a></dt>
  499. <dt><a href="api/core/Vector4.html#Vector4.addSelf">Vector4.addSelf() (Vector4 method)</a></dt>
  500. <dt><a href="api/core/Vector4.html#Vector4.clone">Vector4.clone() (Vector4 method)</a></dt>
  501. <dt><a href="api/core/Vector4.html#Vector4.copy">Vector4.copy() (Vector4 method)</a></dt>
  502. <dt><a href="api/core/Vector4.html#Vector4.divideScalar">Vector4.divideScalar() (Vector4 method)</a></dt>
  503. <dt><a href="api/core/Vector4.html#Vector4.dot">Vector4.dot() (Vector4 method)</a></dt>
  504. <dt><a href="api/core/Vector4.html#Vector4.length">Vector4.length() (Vector4 method)</a></dt>
  505. <dt><a href="api/core/Vector4.html#Vector4.lengthSq">Vector4.lengthSq() (Vector4 method)</a></dt>
  506. <dt><a href="api/core/Vector4.html#Vector4.lerpSelf">Vector4.lerpSelf() (Vector4 method)</a></dt>
  507. <dt><a href="api/core/Vector4.html#Vector4.multiplyScalar">Vector4.multiplyScalar() (Vector4 method)</a></dt>
  508. <dt><a href="api/core/Vector4.html#Vector4.negate">Vector4.negate() (Vector4 method)</a></dt>
  509. <dt><a href="api/core/Vector4.html#Vector4.normalize">Vector4.normalize() (Vector4 method)</a></dt>
  510. <dt><a href="api/core/Vector4.html#Vector4.set">Vector4.set() (Vector4 method)</a></dt>
  511. <dt><a href="api/core/Vector4.html#Vector4.setLength">Vector4.setLength() (Vector4 method)</a></dt>
  512. <dt><a href="api/core/Vector4.html#Vector4.sub">Vector4.sub() (Vector4 method)</a></dt>
  513. <dt><a href="api/core/Vector4.html#Vector4.subSelf">Vector4.subSelf() (Vector4 method)</a></dt>
  514. <dt><a href="api/core/Vector4.html#Vector4.w">Vector4.w (Vector4 attribute)</a></dt>
  515. <dt><a href="api/core/Vector4.html#Vector4.x">Vector4.x (Vector4 attribute)</a></dt>
  516. <dt><a href="api/core/Vector4.html#Vector4.y">Vector4.y (Vector4 attribute)</a></dt>
  517. <dt><a href="api/core/Vector4.html#Vector4.z">Vector4.z (Vector4 attribute)</a></dt>
  518. <dt><a href="api/core/Vertex.html#Vertex">Vertex() (class)</a></dt>
  519. </dl></td>
  520. </tr></table>
  521. </div>
  522. </div>
  523. </div>
  524. <div class="sphinxsidebar">
  525. <div class="sphinxsidebarwrapper">
  526. <div id="searchbox" style="display: none">
  527. <h3>Quick search</h3>
  528. <form class="search" action="search.html" method="get">
  529. <input type="text" name="q" size="18" />
  530. <input type="submit" value="Go" />
  531. <input type="hidden" name="check_keywords" value="yes" />
  532. <input type="hidden" name="area" value="default" />
  533. </form>
  534. <p class="searchtip" style="font-size: 90%">
  535. Enter search terms or a module, class or function name.
  536. </p>
  537. </div>
  538. <script type="text/javascript">$('#searchbox').show(0);</script>
  539. </div>
  540. </div>
  541. <div class="clearer"></div>
  542. </div>
  543. <div class="related">
  544. <h3>Navigation</h3>
  545. <ul>
  546. <li class="right" style="margin-right: 10px">
  547. <a href="#" title="General Index"
  548. >index</a></li>
  549. <li><a href="index.html">three.js v48dev documentation</a> &raquo;</li>
  550. </ul>
  551. </div>
  552. <div class="footer">
  553. &copy; Copyright 2010-2012, three.js Authors.
  554. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
  555. </div>
  556. </body>
  557. </html>