Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / FrustumEdgesTriangleIntersection Method

In This Topic
    FrustumEdgesTriangleIntersection Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Shared Function FrustumEdgesTriangleIntersection( _
       ByVal edgeList() As Segment3D, _
       ByVal v1 As Point3D, _
       ByVal v2 As Point3D, _
       ByVal v3 As Point3D _
    ) As Boolean
    protected static bool FrustumEdgesTriangleIntersection( 
       Segment3D[] edgeList,
       Point3D v1,
       Point3D v2,
       Point3D v3
    )

    Parameters

    edgeList
    v1
    v2
    v3
    See Also