About Store Forum Documentation Contact



Post Reply 
Box contains Vec
Author Message
Brainache Offline
Member

Post: #1
Box contains Vec
Probably overlooking this somewhere...

Is there something similar to bool Box.contains(Veec)?

ie: how can I tell if a point is inside a box or not?

Thanks
04-17-2009 09:22 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
Re: Box contains Vec
please use this function

Bool Cuts (Vec &point,Box &box ); // if point cuts a box
04-17-2009 09:31 PM
Find all posts by this user Quote this message in a reply
Post Reply