| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>Index — three.js v48dev documentation</title>
- <link rel="stylesheet" href="_static/nature.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '48dev',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="three.js v48dev documentation" href="index.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="#" title="General Index"
- accesskey="I">index</a></li>
- <li><a href="index.html">three.js v48dev documentation</a> »</li>
- </ul>
- </div>
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <h1 id="index">Index</h1>
- <div class="genindex-jumpbox">
- <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>
- </div>
- <h2 id="A">A</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/lights/AmbientLight.html#AmbientLight">AmbientLight() (class)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/lights/AmbientLight.html#AmbientLight.color">AmbientLight.color (AmbientLight attribute)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="C">C</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/cameras/Camera.html#Camera">Camera() (class)</a></dt>
- <dt><a href="api/cameras/Camera.html#Camera.lookAt">Camera.lookAt() (Camera method)</a></dt>
- <dt><a href="api/cameras/Camera.html#Camera.matrixWorldInverse">Camera.matrixWorldInverse (Camera attribute)</a></dt>
- <dt><a href="api/cameras/Camera.html#Camera.projectionMatrix">Camera.projectionMatrix (Camera attribute)</a></dt>
- <dt><a href="api/cameras/Camera.html#Camera.projectionMatrixInverse">Camera.projectionMatrixInverse (Camera attribute)</a></dt>
- <dt><a href="api/core/Clock.html#Clock">Clock() (class)</a></dt>
- <dt><a href="api/core/Clock.html#Clock.autoStart">Clock.autoStart (Clock attribute)</a></dt>
- <dt><a href="api/core/Clock.html#Clock.elapsedTime">Clock.elapsedTime (Clock attribute)</a></dt>
- <dt><a href="api/core/Clock.html#Clock.getDelta">Clock.getDelta() (Clock method)</a></dt>
- <dt><a href="api/core/Clock.html#Clock.getElapsedTime">Clock.getElapsedTime() (Clock method)</a></dt>
- <dt><a href="api/core/Clock.html#Clock.oldTime">Clock.oldTime (Clock attribute)</a></dt>
- <dt><a href="api/core/Clock.html#Clock.running">Clock.running (Clock attribute)</a></dt>
- <dt><a href="api/core/Clock.html#Clock.start">Clock.start() (Clock method)</a></dt>
- <dt><a href="api/core/Clock.html#Clock.startTime">Clock.startTime (Clock attribute)</a></dt>
- <dt><a href="api/core/Clock.html#Clock.stop">Clock.stop() (Clock method)</a></dt>
- <dt><a href="api/core/Color.html#Color">Color() (class)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Color.html#Color.b">Color.b (Color attribute)</a></dt>
- <dt><a href="api/core/Color.html#Color.clone">Color.clone() (Color method)</a></dt>
- <dt><a href="api/core/Color.html#Color.convertGammaToLinear">Color.convertGammaToLinear() (Color method)</a></dt>
- <dt><a href="api/core/Color.html#Color.convertLinearToGamma">Color.convertLinearToGamma() (Color method)</a></dt>
- <dt><a href="api/core/Color.html#Color.copy">Color.copy() (Color method)</a></dt>
- <dt><a href="api/core/Color.html#Color.copyGammaToLinear">Color.copyGammaToLinear() (Color method)</a></dt>
- <dt><a href="api/core/Color.html#Color.copyLinearToGamma">Color.copyLinearToGamma() (Color method)</a></dt>
- <dt><a href="api/core/Color.html#Color.g">Color.g (Color attribute)</a></dt>
- <dt><a href="api/core/Color.html#Color.getContextStyle">Color.getContextStyle() (Color method)</a></dt>
- <dt><a href="api/core/Color.html#Color.getHex">Color.getHex() (Color method)</a></dt>
- <dt><a href="api/core/Color.html#Color.r">Color.r (Color attribute)</a></dt>
- <dt><a href="api/core/Color.html#Color.setHex">Color.setHex() (Color method)</a></dt>
- <dt><a href="api/core/Color.html#Color.setHSV">Color.setHSV() (Color method)</a></dt>
- <dt><a href="api/core/Color.html#Color.setRGB">Color.setRGB() (Color method)</a></dt>
- <dt><a href="api/extras/core/Curve.html#Curve">Curve() (class)</a></dt>
- <dt><a href="api/extras/core/CurvePath.html#CurvePath">CurvePath() (class)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="D">D</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight">DirectionalLight() (class)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.castShadow">DirectionalLight.castShadow (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.color">DirectionalLight.color (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.distance">DirectionalLight.distance (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.intensity">DirectionalLight.intensity (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.onlyShadow">DirectionalLight.onlyShadow (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.position">DirectionalLight.position (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowBias">DirectionalLight.shadowBias (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowCameraBottom">DirectionalLight.shadowCameraBottom (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowCameraFar">DirectionalLight.shadowCameraFar (DirectionalLight attribute)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowCameraLeft">DirectionalLight.shadowCameraLeft (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowCameraNear">DirectionalLight.shadowCameraNear (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowCameraRight">DirectionalLight.shadowCameraRight (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowCameraTop">DirectionalLight.shadowCameraTop (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowCameraVisible">DirectionalLight.shadowCameraVisible (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowDarkness">DirectionalLight.shadowDarkness (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowMapHeight">DirectionalLight.shadowMapHeight (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.shadowMapWidth">DirectionalLight.shadowMapWidth (DirectionalLight attribute)</a></dt>
- <dt><a href="api/lights/DirectionalLight.html#DirectionalLight.target">DirectionalLight.target (DirectionalLight attribute)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="E">E</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Edge.html#Edge">Edge() (class)</a></dt>
- <dt><a href="api/core/Edge.html#Edge.faceIndices">Edge.faceIndices (Edge attribute)</a></dt>
- <dt><a href="api/core/Edge.html#Edge.faces">Edge.faces (Edge attribute)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Edge.html#Edge.vertexIndices">Edge.vertexIndices (Edge attribute)</a></dt>
- <dt><a href="api/core/Edge.html#Edge.vertices">Edge.vertices (Edge attribute)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="F">F</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Face3.html#Face3">Face3() (class)</a></dt>
- <dt><a href="api/core/Face3.html#Face3.a">Face3.a (Face3 attribute)</a></dt>
- <dt><a href="api/core/Face3.html#Face3.b">Face3.b (Face3 attribute)</a></dt>
- <dt><a href="api/core/Face3.html#Face3.c">Face3.c (Face3 attribute)</a></dt>
- <dt><a href="api/core/Face3.html#Face3.centroid">Face3.centroid (Face3 attribute)</a></dt>
- <dt><a href="api/core/Face3.html#Face3.color">Face3.color (Face3 attribute)</a></dt>
- <dt><a href="api/core/Face3.html#Face3.materialIndex">Face3.materialIndex (Face3 attribute)</a></dt>
- <dt><a href="api/core/Face3.html#Face3.normal">Face3.normal (Face3 attribute)</a></dt>
- <dt><a href="api/core/Face3.html#Face3.vertexColors">Face3.vertexColors (Face3 attribute)</a></dt>
- <dt><a href="api/core/Face3.html#Face3.vertexNormals">Face3.vertexNormals (Face3 attribute)</a></dt>
- <dt><a href="api/core/Face3.html#Face3.vertexTangents">Face3.vertexTangents (Face3 attribute)</a></dt>
- <dt><a href="api/core/Face4.html#Face4">Face4() (class)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Face4.html#Face4.a">Face4.a (Face4 attribute)</a></dt>
- <dt><a href="api/core/Face4.html#Face4.b">Face4.b (Face4 attribute)</a></dt>
- <dt><a href="api/core/Face4.html#Face4.c">Face4.c (Face4 attribute)</a></dt>
- <dt><a href="api/core/Face4.html#Face4.centroid">Face4.centroid (Face4 attribute)</a></dt>
- <dt><a href="api/core/Face4.html#Face4.color">Face4.color (Face4 attribute)</a></dt>
- <dt><a href="api/core/Face4.html#Face4.d">Face4.d (Face4 attribute)</a></dt>
- <dt><a href="api/core/Face4.html#Face4.materialIndex">Face4.materialIndex (Face4 attribute)</a></dt>
- <dt><a href="api/core/Face4.html#Face4.normal">Face4.normal (Face4 attribute)</a></dt>
- <dt><a href="api/core/Face4.html#Face4.vertexColors">Face4.vertexColors (Face4 attribute)</a></dt>
- <dt><a href="api/core/Face4.html#Face4.vertexNormals">Face4.vertexNormals (Face4 attribute)</a></dt>
- <dt><a href="api/core/Face4.html#Face4.vertexTangents">Face4.vertexTangents (Face4 attribute)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="G">G</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Geometry.html#Geometry">Geometry() (class)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.applyMatrix">Geometry.applyMatrix() (Geometry method)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.boundingBox">Geometry.boundingBox (Geometry attribute)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.boundingSphere">Geometry.boundingSphere (Geometry attribute)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.colors">Geometry.colors (Geometry attribute)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.computeBoundingBox">Geometry.computeBoundingBox() (Geometry method)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.computeBoundingSphere">Geometry.computeBoundingSphere() (Geometry method)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.computeCentroids">Geometry.computeCentroids() (Geometry method)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.computeFaceNormals">Geometry.computeFaceNormals() (Geometry method)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.computeTangents">Geometry.computeTangents() (Geometry method)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.computeVertexNormals">Geometry.computeVertexNormals() (Geometry method)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.dynamic">Geometry.dynamic (Geometry attribute)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Geometry.html#Geometry.faces">Geometry.faces (Geometry attribute)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.faceUvs">Geometry.faceUvs (Geometry attribute)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.faceVertexUvs">Geometry.faceVertexUvs (Geometry attribute)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.hasTangents">Geometry.hasTangents (Geometry attribute)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.id">Geometry.id (Geometry attribute)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.materials">Geometry.materials (Geometry attribute)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.mergeVertices">Geometry.mergeVertices() (Geometry method)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.morphColors">Geometry.morphColors (Geometry attribute)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.morphTargets">Geometry.morphTargets (Geometry attribute)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.skinIndices">Geometry.skinIndices (Geometry attribute)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.skinWeights">Geometry.skinWeights (Geometry attribute)</a></dt>
- <dt><a href="api/core/Geometry.html#Geometry.vertices">Geometry.vertices (Geometry attribute)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="L">L</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/lights/Light.html#Light">Light() (class)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/lights/Light.html#Light.color">Light.color (Light attribute)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="M">M</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Math.html#Math.clamp">Math.clamp() (Math method)</a></dt>
- <dt><a href="api/core/Math.html#Math.clampBottom">Math.clampBottom() (Math method)</a></dt>
- <dt><a href="api/core/Math.html#Math.mapLinear">Math.mapLinear() (Math method)</a></dt>
- <dt><a href="api/core/Math.html#Math.randFloat">Math.randFloat() (Math method)</a></dt>
- <dt><a href="api/core/Math.html#Math.randFloatSpread">Math.randFloatSpread() (Math method)</a></dt>
- <dt><a href="api/core/Math.html#Math.randInt">Math.randInt() (Math method)</a></dt>
- <dt><a href="api/core/Math.html#Math.random16">Math.random16() (Math method)</a></dt>
- <dt><a href="api/core/Matrix3.html#Matrix3">Matrix3() (class)</a></dt>
- <dt><a href="api/core/Matrix3.html#Matrix3.m">Matrix3.m (Matrix3 attribute)</a></dt>
- <dt><a href="api/core/Matrix3.html#Matrix3.transpose">Matrix3.transpose() (Matrix3 method)</a></dt>
- <dt><a href="api/core/Matrix3.html#Matrix3.transposeIntoArray">Matrix3.transposeIntoArray() (Matrix3 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4">Matrix4() (class)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.clone">Matrix4.clone() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.compose">Matrix4.compose() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.copy">Matrix4.copy() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.crossVector">Matrix4.crossVector() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.decompose">Matrix4.decompose() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.determinant">Matrix4.determinant() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.extractPosition">Matrix4.extractPosition() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.extractRotation">Matrix4.extractRotation() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.flatten">Matrix4.flatten() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.flattenToArray">Matrix4.flattenToArray() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.flattenToArrayOffset">Matrix4.flattenToArrayOffset() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.getColumnX">Matrix4.getColumnX() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.getColumnY">Matrix4.getColumnY() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.getColumnZ">Matrix4.getColumnZ() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.getInverse">Matrix4.getInverse() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.getPosition">Matrix4.getPosition() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.identity">Matrix4.identity() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.lookAt">Matrix4.lookAt() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.makeFrustum">Matrix4.makeFrustum() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.makeInvert3x3">Matrix4.makeInvert3x3() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.makeOrtho">Matrix4.makeOrtho() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.makePerspective">Matrix4.makePerspective() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.multiply">Matrix4.multiply() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.multiplyScalar">Matrix4.multiplyScalar() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.multiplySelf">Matrix4.multiplySelf() (Matrix4 method)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Matrix4.html#Matrix4.multiplyToArray">Matrix4.multiplyToArray() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.multiplyVector3">Matrix4.multiplyVector3() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.multiplyVector4">Matrix4.multiplyVector4() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n11">Matrix4.n11 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n12">Matrix4.n12 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n13">Matrix4.n13 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n14">Matrix4.n14 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n21">Matrix4.n21 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n22">Matrix4.n22 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n23">Matrix4.n23 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n24">Matrix4.n24 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n31">Matrix4.n31 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n32">Matrix4.n32 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n33">Matrix4.n33 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n34">Matrix4.n34 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n41">Matrix4.n41 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n42">Matrix4.n42 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n43">Matrix4.n43 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.n44">Matrix4.n44 (Matrix4 attribute)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.rotateAxis">Matrix4.rotateAxis() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.rotateByAxis">Matrix4.rotateByAxis() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.rotateX">Matrix4.rotateX() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.rotateY">Matrix4.rotateY() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.rotateZ">Matrix4.rotateZ() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.scale">Matrix4.scale() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.set">Matrix4.set() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.setPosition">Matrix4.setPosition() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.setRotationAxis">Matrix4.setRotationAxis() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.setRotationFromEuler">Matrix4.setRotationFromEuler() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.setRotationFromQuaternion">Matrix4.setRotationFromQuaternion() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.setRotationX">Matrix4.setRotationX() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.setRotationY">Matrix4.setRotationY() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.setRotationZ">Matrix4.setRotationZ() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.setScale">Matrix4.setScale() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.setTranslation">Matrix4.setTranslation() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.translate">Matrix4.translate() (Matrix4 method)</a></dt>
- <dt><a href="api/core/Matrix4.html#Matrix4.transpose">Matrix4.transpose() (Matrix4 method)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="O">O</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Object3D.html#Object3D">Object3D() (class)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.add ">Object3D.add () (Object3D method)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.boundRadius">Object3D.boundRadius (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.boundRadiusScale">Object3D.boundRadiusScale (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.castShadow">Object3D.castShadow (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.children">Object3D.children (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.doubleSided">Object3D.doubleSided (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.eulerOrder">Object3D.eulerOrder (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.flipSided">Object3D.flipSided (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.frustumCulled">Object3D.frustumCulled (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.getChildByName ">Object3D.getChildByName () (Object3D method)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.id">Object3D.id (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.lookAt ">Object3D.lookAt () (Object3D method)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.matrix">Object3D.matrix (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.matrixAutoUpdate">Object3D.matrixAutoUpdate (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.matrixRotationWorld">Object3D.matrixRotationWorld (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.matrixWorld">Object3D.matrixWorld (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.matrixWorldNeedsUpdate">Object3D.matrixWorldNeedsUpdate (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.name">Object3D.name (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.parent">Object3D.parent (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.position">Object3D.position (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.quaternion">Object3D.quaternion (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.receiveShadow">Object3D.receiveShadow (Object3D attribute)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Object3D.html#Object3D.remove ">Object3D.remove () (Object3D method)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.renderDepth">Object3D.renderDepth (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.rotation">Object3D.rotation (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.rotationAutoUpdate">Object3D.rotationAutoUpdate (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.scale">Object3D.scale (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.translate ">Object3D.translate () (Object3D method)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.translateX ">Object3D.translateX () (Object3D method)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.translateY ">Object3D.translateY () (Object3D method)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.translateZ ">Object3D.translateZ () (Object3D method)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.up">Object3D.up (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.updateMatrix ">Object3D.updateMatrix () (Object3D method)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.updateMatrixWorld ">Object3D.updateMatrixWorld () (Object3D method)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.useQuaternion">Object3D.useQuaternion (Object3D attribute)</a></dt>
- <dt><a href="api/core/Object3D.html#Object3D.visible">Object3D.visible (Object3D attribute)</a></dt>
- <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera">OrthographicCamera() (class)</a></dt>
- <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera.bottom">OrthographicCamera.bottom (OrthographicCamera attribute)</a></dt>
- <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera.far">OrthographicCamera.far (OrthographicCamera attribute)</a></dt>
- <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera.left">OrthographicCamera.left (OrthographicCamera attribute)</a></dt>
- <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera.near">OrthographicCamera.near (OrthographicCamera attribute)</a></dt>
- <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera.right">OrthographicCamera.right (OrthographicCamera attribute)</a></dt>
- <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera.top">OrthographicCamera.top (OrthographicCamera attribute)</a></dt>
- <dt><a href="api/cameras/OrthographicCamera.html#OrthographicCamera.updateProjectionMatrix">OrthographicCamera.updateProjectionMatrix() (OrthographicCamera method)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="P">P</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/extras/core/Path.html#Path">Path() (class)</a></dt>
- <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera">PerspectiveCamera() (class)</a></dt>
- <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.aspect">PerspectiveCamera.aspect (PerspectiveCamera attribute)</a></dt>
- <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.far">PerspectiveCamera.far (PerspectiveCamera attribute)</a></dt>
- <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.fov">PerspectiveCamera.fov (PerspectiveCamera attribute)</a></dt>
- <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.fullHeight">PerspectiveCamera.fullHeight (PerspectiveCamera attribute)</a></dt>
- <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.fullWidth">PerspectiveCamera.fullWidth (PerspectiveCamera attribute)</a></dt>
- <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.height">PerspectiveCamera.height (PerspectiveCamera attribute)</a></dt>
- <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.near">PerspectiveCamera.near (PerspectiveCamera attribute)</a></dt>
- <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.setLens ">PerspectiveCamera.setLens () (PerspectiveCamera method)</a></dt>
- <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.setViewOffset ">PerspectiveCamera.setViewOffset () (PerspectiveCamera method)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.updateProjectionMatrix">PerspectiveCamera.updateProjectionMatrix() (PerspectiveCamera method)</a></dt>
- <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.width">PerspectiveCamera.width (PerspectiveCamera attribute)</a></dt>
- <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.x">PerspectiveCamera.x (PerspectiveCamera attribute)</a></dt>
- <dt><a href="api/cameras/PerspectiveCamera.html#PerspectiveCamera.y">PerspectiveCamera.y (PerspectiveCamera attribute)</a></dt>
- <dt><a href="api/lights/PointLight.html#PointLight">PointLight() (class)</a></dt>
- <dt><a href="api/lights/PointLight.html#PointLight.color">PointLight.color (PointLight attribute)</a></dt>
- <dt><a href="api/lights/PointLight.html#PointLight.distance">PointLight.distance (PointLight attribute)</a></dt>
- <dt><a href="api/lights/PointLight.html#PointLight.intensity">PointLight.intensity (PointLight attribute)</a></dt>
- <dt><a href="api/lights/PointLight.html#PointLight.position">PointLight.position (PointLight attribute)</a></dt>
- <dt><a href="api/core/Projector.html#Projector">Projector() (class)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="Q">Q</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Quaternion.html#Quaternion">Quaternion() (class)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.calculateW">Quaternion.calculateW() (Quaternion method)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.clone">Quaternion.clone() (Quaternion method)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.copy">Quaternion.copy() (Quaternion method)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.inverse">Quaternion.inverse() (Quaternion method)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.length">Quaternion.length() (Quaternion method)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.multiply">Quaternion.multiply() (Quaternion method)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.multiplySelf">Quaternion.multiplySelf() (Quaternion method)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.multiplyVector3">Quaternion.multiplyVector3() (Quaternion method)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Quaternion.html#Quaternion.normalize">Quaternion.normalize() (Quaternion method)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.set">Quaternion.set() (Quaternion method)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.setFromAxisAngle ">Quaternion.setFromAxisAngle () (Quaternion method)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.setFromEuler ">Quaternion.setFromEuler () (Quaternion method)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.setFromRotationMatrix ">Quaternion.setFromRotationMatrix () (Quaternion method)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.w">Quaternion.w (Quaternion attribute)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.x">Quaternion.x (Quaternion attribute)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.y">Quaternion.y (Quaternion attribute)</a></dt>
- <dt><a href="api/core/Quaternion.html#Quaternion.z">Quaternion.z (Quaternion attribute)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="R">R</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Ray.html#Ray">Ray() (class)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Rectangle.html#Rectangle">Rectangle() (class)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="S">S</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/extras/core/Shape.html#Shape">Shape() (class)</a></dt>
- <dt><a href="api/core/Spline.html#Spline">Spline() (class)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight">SpotLight() (class)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight.castShadow">SpotLight.castShadow (SpotLight attribute)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight.color">SpotLight.color (SpotLight attribute)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight.distance">SpotLight.distance (SpotLight attribute)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight.intensity">SpotLight.intensity (SpotLight attribute)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight.onlyShadow">SpotLight.onlyShadow (SpotLight attribute)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight.position">SpotLight.position (SpotLight attribute)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/lights/SpotLight.html#SpotLight.shadowBias">SpotLight.shadowBias (SpotLight attribute)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight.shadowCameraFar">SpotLight.shadowCameraFar (SpotLight attribute)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight.shadowCameraFov">SpotLight.shadowCameraFov (SpotLight attribute)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight.shadowCameraNear">SpotLight.shadowCameraNear (SpotLight attribute)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight.shadowCameraVisible">SpotLight.shadowCameraVisible (SpotLight attribute)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight.shadowDarkness">SpotLight.shadowDarkness (SpotLight attribute)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight.shadowMapHeight">SpotLight.shadowMapHeight (SpotLight attribute)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight.shadowMapWidth">SpotLight.shadowMapWidth (SpotLight attribute)</a></dt>
- <dt><a href="api/lights/SpotLight.html#SpotLight.target">SpotLight.target (SpotLight attribute)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="T">T</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/extras/core/TextPath.html#TextPath">TextPath() (class)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/THREE.html#THREE">THREE (global variable or constant)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="U">U</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/UV.html#UV">UV() (class)</a></dt>
- <dt><a href="api/core/UV.html#UV.clone">UV.clone() (UV method)</a></dt>
- <dt><a href="api/core/UV.html#UV.copy">UV.copy() (UV method)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/UV.html#UV.set">UV.set() (UV method)</a></dt>
- <dt><a href="api/core/UV.html#UV.u">UV.u (UV attribute)</a></dt>
- <dt><a href="api/core/UV.html#UV.v">UV.v (UV attribute)</a></dt>
- </dl></td>
- </tr></table>
- <h2 id="V">V</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Vector2.html#Vector2">Vector2() (class)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.add">Vector2.add() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.addSelf">Vector2.addSelf() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.clone">Vector2.clone() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.copy">Vector2.copy() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.distanceTo">Vector2.distanceTo() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.distanceToSquared">Vector2.distanceToSquared() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.divideScalar">Vector2.divideScalar() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.dot">Vector2.dot() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.equals">Vector2.equals() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.isZero">Vector2.isZero() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.length">Vector2.length() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.lengthSq">Vector2.lengthSq() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.multiplyScalar">Vector2.multiplyScalar() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.negate">Vector2.negate() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.normalize">Vector2.normalize() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.set">Vector2.set() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.setLength">Vector2.setLength() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.sub">Vector2.sub() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.subSelf">Vector2.subSelf() (Vector2 method)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.x">Vector2.x (Vector2 attribute)</a></dt>
- <dt><a href="api/core/Vector2.html#Vector2.y">Vector2.y (Vector2 attribute)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3">Vector3() (class)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.add">Vector3.add() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.addSelf">Vector3.addSelf() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.clone">Vector3.clone() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.copy">Vector3.copy() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.cross">Vector3.cross() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.crossSelf">Vector3.crossSelf() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.distanceTo">Vector3.distanceTo() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.distanceToSquared">Vector3.distanceToSquared() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.divideScalar">Vector3.divideScalar() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.dot">Vector3.dot() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.equals">Vector3.equals() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.isZero">Vector3.isZero() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.length">Vector3.length() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.lengthManhattan">Vector3.lengthManhattan() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.lengthSq">Vector3.lengthSq() (Vector3 method)</a></dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
- <dt><a href="api/core/Vector3.html#Vector3.multiplyScalar">Vector3.multiplyScalar() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.negate">Vector3.negate() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.normalize">Vector3.normalize() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.set">Vector3.set() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.setLength">Vector3.setLength() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.setPositionFromMatrix">Vector3.setPositionFromMatrix() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.setRotationFromMatrix">Vector3.setRotationFromMatrix() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.setX">Vector3.setX() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.setY">Vector3.setY() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.setZ">Vector3.setZ() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.sub">Vector3.sub() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.subSelf">Vector3.subSelf() (Vector3 method)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.x">Vector3.x (Vector3 attribute)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.y">Vector3.y (Vector3 attribute)</a></dt>
- <dt><a href="api/core/Vector3.html#Vector3.z">Vector3.z (Vector3 attribute)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4">Vector4() (class)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.add">Vector4.add() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.addSelf">Vector4.addSelf() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.clone">Vector4.clone() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.copy">Vector4.copy() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.divideScalar">Vector4.divideScalar() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.dot">Vector4.dot() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.length">Vector4.length() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.lengthSq">Vector4.lengthSq() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.lerpSelf">Vector4.lerpSelf() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.multiplyScalar">Vector4.multiplyScalar() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.negate">Vector4.negate() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.normalize">Vector4.normalize() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.set">Vector4.set() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.setLength">Vector4.setLength() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.sub">Vector4.sub() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.subSelf">Vector4.subSelf() (Vector4 method)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.w">Vector4.w (Vector4 attribute)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.x">Vector4.x (Vector4 attribute)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.y">Vector4.y (Vector4 attribute)</a></dt>
- <dt><a href="api/core/Vector4.html#Vector4.z">Vector4.z (Vector4 attribute)</a></dt>
- <dt><a href="api/core/Vertex.html#Vertex">Vertex() (class)</a></dt>
- </dl></td>
- </tr></table>
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
-
- <div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
- </div>
- <script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="#" title="General Index"
- >index</a></li>
- <li><a href="index.html">three.js v48dev documentation</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2010-2012, three.js Authors.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
- </div>
- </body>
- </html>
|