2
0
Эх сурвалжийг харах

Plane: TS missing methods

Guilherme Avila 6 жил өмнө
parent
commit
c7d2f9e7d3
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      src/math/Plane.d.ts

+ 1 - 0
src/math/Plane.d.ts

@@ -27,6 +27,7 @@ export class Plane {
 	intersectLine( line: Line3, target: Vector3 ): Vector3;
 	intersectsLine( line: Line3 ): boolean;
 	intersectsBox( box: Box3 ): boolean;
+	intersectsSphere( sphere: Sphere ): boolean;
 	coplanarPoint( target: Vector3 ): Vector3;
 	applyMatrix4( matrix: Matrix4, optionalNormalMatrix?: Matrix3 ): Plane;
 	translate( offset: Vector3 ): Plane;