UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

5 lines (4 loc) 255 B
import { Vector3 } from 'three'; import { MeshWithBVHGeometry } from '../../../bvh/ThreeMeshBVHHelper'; export declare const DIRS: Vector3[]; export declare function isPositionInsideMesh(pos: Vector3, mesh: MeshWithBVHGeometry, minDist: number): boolean;