McTomas
Member
|
Cuts(Shape a, Shape b)
Hi,
I've been testing the Cuts method and I've noticed that Cuts() doesn't work well with 2D math objects, like a Rect or a Circle. It works just fine with any 3D math Object like the Triangle.
Just to confirm, Cuts(Shape a, Shape b) it's to test if shape A is in contact with shape b?
I've been testing mostly with Vec and Vec2 points and Edge and Edge2. Is it possible to had Cuts(Edge2 a, Shape b) to all 2D math objects?
Thank you
Best Regars
|
|
04-08-2010 07:32 AM |
|
Esenthel
Administrator
|
RE: Cuts(Shape a, Shape b)
in Shape the point and edge are assumed to be 3D.
please use different 'Cuts' functions than Cuts(..shape..)
|
|
04-08-2010 05:24 PM |
|