Entity.FrustumEdgesTriangleIntersection Method

Protected Shared Function FrustumEdgesTriangleIntersection( _ 
ByVal edgeList As Segment3D(), _ 
ByVal v1 As Point3D, _ 
ByVal v2 As Point3D, _ 
ByVal v3 As Point3D
) As Boolean
This language is not supported or no code example is available.
protected static bool FrustumEdgesTriangleIntersection( 
Segment3D[] edgeList
Point3D v1
Point3D v2
Point3D v3 
)
This language is not supported or no code example is available.

Parameters

edgeList
Segment3D[]

v1
Point3D

v2
Point3D

v3
Point3D

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition