Commit History

Author SHA1 Message Date
  WestLangley e998138a39 Added Matrix3.getNormalMatrix( m ) and Vector3.transformDirection( m ) 12 years ago
  Mr.doob f60212b5b0 Removed re-asigning of constructors. 12 years ago
  Ben Houston e2df06e005 fix three missed conversions to closures. switch to extending math prototypes rather than replacing them. This is to ensure that types created in closures within a type's prototype definition get their prototype updated with the full definition. 12 years ago
  Ben Houston ceb6671c2f initial adoption of closures in the math library. all unit tests pass. 12 years ago
  Mr.doob bb873d16d6 Added Vector3.projectPoint() as suggested in #2921. 12 years ago
  Mr.doob 17815ddf5d Added deprecated messages to more critical changes. 12 years ago
  Dustbin b9c7e4aad0 fixed multiplyVector3Array in Matrix3 and Matrix4 12 years ago
  Mr.doob 127c0f2400 matrix.multiplyVector3 to vector.multiplyMatrix4 as suggested in #2860. 12 years ago
  Mr.doob 189148edf7 Some space/tabs clean up. 12 years ago
  Ben Houston 0263059a2e add credits. 12 years ago
  Ben Houston 568b456c39 remove debugging log message from Matrix3.getInverse 12 years ago
  Ben Houston f52aa6303d expand Matrix3 with set, identity, copy, multiplyScalar, deteminant, clone; Matrix3/4.getInverse will now optionally throw an exception; start Matrix3/4 unit tests 12 years ago
  Ben Houston d821397c16 fixed #2728, Moved geometry primitives out of src/core into src/math. src/core is now exclusive scene primitives. 12 years ago