Commit History

Author SHA1 Message Date
  Ben Houston 5c3775465b Vector3.projectOn/reflect: normal arg to unitNormal. Removed Vector3.orthoTo 12 years ago
  Ben Houston ace4d4b31d Vector3: project->projectOn, ortho->orthoTo per @WestLangley 12 years ago
  Ben Houston f4e081c9e8 add Vector3.project, Vector3.ortho and Vector3.reflect based on request by #3009 12 years ago
  Mr.doob b062fee866 Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860. 12 years ago
  Ben Houston a1ac92dbb2 Merge branch 'vector-index-accessors' into dev 12 years ago
  Ben Houston 2613df2088 inline Vector2/3/4/Quaternion.length()/lengthSq() and optimize Vector2/3/4.setLength() with unit test coverage. 12 years ago
  Ben Houston 8c519c85a6 Vector2/3/4 setComponent, getComponent accessors (more efficient this time.) 12 years ago
  Ben Houston b0497080ef Start of benchmarking framework for ThreeJS. 12 years ago