提交历史

作者 SHA1 备注 提交日期
  Mr.doob 916ce9c675 Renamed isIntersection* to intersects*. See #7376. 9 年之前
  Ben Houston a6357d9f45 Rename back LineSegment to Line3 per @mrdoob's preference. 12 年之前
  Ben Houston 22f2047816 test of Line3 -> LineSegment. 12 年之前
  Ben Houston 1f4f7e1a79 (Box3|Line3|Plane|Ray|Sphere).transform() -> applyMatrix4() for consistency. 12 年之前
  Ben Houston 3c5986bf79 incorporate Line3 into Plane. 12 年之前
  Mr.doob 8b6dd1a479 Plane: Removed normalize() from setFromNormalAndCoplanarPoint and added it back to setFromCoplanarPoints. As suggested in 5c6b5746592e61054d8d50a7bcf905f3c5fff15c. 12 年之前
  Mr.doob cfc98f59be Updated tests affected by previous commit. 12 年之前
  Ben Houston adaa3d042f update math constructors to not copy when provided explicit initial values per @mrdoob: https://github.com/mrdoob/three.js/pull/2902#issuecomment-11999928 12 年之前
  Ben Houston 800d0f8e87 rename Plane.flip() -> Plane.negate() per @mrdoob 12 年之前
  Ben Houston 911146dba1 add Plane.flip() plus unit test. 12 年之前
  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 年之前
  Ben Houston 3595365f6b add Plane.intersectLine with unit tests. 12 年之前
  Ben Houston b0497080ef Start of benchmarking framework for ThreeJS. 12 年之前