three update to r84 #10474:

Box3 added expandByObject(). #10474
This commit is contained in:
David Asmuth
2017-03-03 14:03:07 +01:00
parent 9d25b0419d
commit f67572a862

1
three/index.d.ts vendored
View File

@@ -2851,6 +2851,7 @@ declare namespace THREE {
expandByPoint(point: Vector3): Box3;
expandByVector(vector: Vector3): Box3;
expandByScalar(scalar: number): Box3;
expandByObject(object: Object3D): Box3;
containsPoint(point: Vector3): boolean;
containsBox(box: Box3): boolean;
getParameter(point: Vector3): Vector3;