About Store Forum Documentation Contact



Post Reply 
Cuts(Shape a, Shape b)
Author Message
McTomas Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
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
Find all posts by this user Quote this message in a reply
Post Reply