Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CollisionDetection2D Class / TreesCollision Method

In This Topic
    TreesCollision Method
    In This Topic
    Check collision among octrees of the entities groups
    Syntax
    'Declaration
     
    Protected Overridable Function TreesCollision( _
       ByVal worker As BackgroundWorker, _
       ByVal doWorkEventArgs As DoWorkEventArgs _
    ) As Boolean
    protected virtual bool TreesCollision( 
       BackgroundWorker worker,
       DoWorkEventArgs doWorkEventArgs
    )

    Parameters

    worker
    doWorkEventArgs

    Return Value

    True if at least two triangles (of Intersected Octrees) intersects each other, false otherwise
    See Also