triangle and tolerance
triangle plane
Computes the intersection points of two meshes.
first mesh, second mesh, and tolerance
array of intersection points
Computes the intersection polylines of two meshes.
first mesh, second mesh, and tolerance
array of intersection polylines
Computes the intersection segments of two meshes.
first mesh, second mesh, and tolerance
array of intersection segments
Computes the signed distance from a point to a plane.
a point and a plane
signed distance
Calculates the intersection of two triangles.
first triangle, second triangle, and tolerance
intersection segment or undefined if no intersection
Generated using TypeDoc
Calculates the triangle plane from triangle.
traingle
triangle plane
false