UNPKG

prendy

Version:

Make games with prerendered backdrops using babylonjs and repond

3 lines (2 loc) 141 B
import { AbstractMesh, Vector3 } from "@babylonjs/core"; export default function pointIsInside(point: Vector3, mesh: AbstractMesh): boolean;