Utility.TriangleTriangleIntersectionNO Method

Public Shared Function TriangleTriangleIntersectionNO( _ 
ByVal p0A As Point3D, _ 
ByVal p1A As Point3D, _ 
ByVal p2A As Point3D, _ 
ByVal p0B As Point3D, _ 
ByVal p1B As Point3D, _ 
ByVal p2B As Point3D
) As Boolean
This language is not supported or no code example is available.
public static bool TriangleTriangleIntersectionNO( 
Point3D p0A
Point3D p1A
Point3D p2A
Point3D p0B
Point3D p1B
Point3D p2B 
)
This language is not supported or no code example is available.

Parameters

p0A
Point3D

p1A
Point3D

p2A
Point3D

p0B
Point3D

p1B
Point3D

p2B
Point3D

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition