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

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

    Parameters

    worker
    doWorkEventArgs

    Return Value

    True if at least two OBB intersects each other, false otherwise
    See Also