Skip to content

Commit

Permalink
fix: remove unused import in plane
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnsgn committed May 25, 2022
1 parent 6f5ed39 commit a880b57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plane.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

import { vec3 } from "pex-math";

import { hitTestPlane } from "./ray.js";

/**
* @typedef {number[][]} plane A plane defined by a 3D point and a normal vector perpendicular to the plane’s surface.
*/
Expand Down

0 comments on commit a880b57

Please sign in to comment.