UtilityEx.InsideOrCrossingScreenPolygon Method

Checks whether the triangle is inside or crossing the given screen polygon.
Public Shared Function InsideOrCrossingScreenPolygon( _ 
ByVal pt1 As Point3D, _ 
ByVal pt2 As Point3D, _ 
ByVal pt3 As Point3D, _ 
ByVal myParams As ScreenPolygonParams
) As Boolean
This language is not supported or no code example is available.
public static bool InsideOrCrossingScreenPolygon( 
Point3D pt1
Point3D pt2
Point3D pt3
ScreenPolygonParams myParams 
)
This language is not supported or no code example is available.

Parameters

pt1
Point3D

The first triangle vertex

pt2
Point3D

The second triangle vertex

pt3
Point3D

The third triangle vertex

myParams
ScreenPolygonParams

Screen polygon parameters

Return Value

bool

True if the triangle is inside or is crossing the screen polygon.

.NET Framework

Supported in: 4.8

In this article

Definition