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

In This Topic
    CollisionDetection2D Constructor
    In This Topic
    Overload List
    OverloadDescription
    The Collision detection utility constructor with two entity lists. The collision test checks collisions from the first entity list to the second one.  
    The Collision detection utility constructor with a list of entity. The collision test checks collisions among the entities of the same list (all to all check).  
    See Also