@twinfinity/geometryFunctionsintersectTriangleWithPlaneintersectTriangleWithPlane CallableintersectTriangleWithPlane(a: Vec3, d0: number, b: Vec3, d1: number, c: Vec3, d2: number, eps: number): Segment3 | undefinedIntersect a triangle (given as world-space vertices with pre-computed signed distances to the plane) and return the intersection segment, or undefined.Parametersa: Vec3d0: numberb: Vec3d1: numberc: Vec3d2: numbereps: numberReturns Segment3 | undefined
Intersect a triangle (given as world-space vertices with pre-computed signed distances to the plane) and return the intersection segment, or undefined.