TriangleTriangleIntersectionConverted.tri_tri_overlap_test_3d Method

Public Shared Function tri_tri_overlap_test_3d( _ 
ByVal p1 As Point3D, _ 
ByVal q1 As Point3D, _ 
ByVal r1 As Point3D, _ 
ByVal p2 As Point3D, _ 
ByVal q2 As Point3D, _ 
ByVal r2 As Point3D, _ 
ByRef onlyTouch As Boolean
) As Integer
This language is not supported or no code example is available.
public static int tri_tri_overlap_test_3d( 
Point3D p1
Point3D q1
Point3D r1
Point3D p2
Point3D q2
Point3D r2
out bool onlyTouch 
)
This language is not supported or no code example is available.

Parameters

p1
Point3D

q1
Point3D

r1
Point3D

p2
Point3D

q2
Point3D

r2
Point3D

onlyTouch
bool

Return Value

int

.NET Framework

Supported in: 4.8

In this article

Definition