static bool   sgC2DObject::IsObjectsIntersecting(const sgC2DObject& obj1,                         const sgC2DObject& obj2) const

 

Description:

This static function checks whether two flat nonlinear objects liyng on the same plane are intersecting.

 

Arguments:

obj1 - the first object,

obj2 - the second object.

 

Returned value:

true if the objects intersect and fasle otherwise.

 

See also:

IsPlane   IsLinear   IsObjectsOnOnePlane