[ Maverik Level 2 functions ]


mav_SMSIntersectBB

Summary

Intersect an SMS with a BB.


Syntax

int mav_SMSIntersectBB(MAV_window *w, MAV_SMS *sms, MAV_BB bb, MAV_SMS *objs);


Description

The function intersects all objects in the given SMS with BB bb. If an intersection is detected, the function returns MAV_TRUE, otherwise MAV_FALSE. Object which intersect the BB are added to SMS objs.


Back to the index page.