class zpp_nape.geom.ZPP_Collide
import zpp_nape.geom.Collide;
Available on all platforms
static var flowpoly:ZNPList_ZPP_Vec2
static var flowsegs:ZNPList_ZPP_Vec2
static function bodyContains(b:ZPP_Body, p:ZPP_Vec2):Bool
static function circleContains(c:ZPP_Circle, p:ZPP_Vec2):Bool
static function contactCollide(s1:ZPP_Shape, s2:ZPP_Shape, arb:ZPP_ColArbiter, rev:Bool):Bool
static function containTest(s1:ZPP_Shape, s2:ZPP_Shape):Bool
static function flowCollide(s1:ZPP_Shape, s2:ZPP_Shape, arb:ZPP_FluidArbiter):Bool
static function polyContains(s:ZPP_Polygon, p:ZPP_Vec2):Bool
static function shapeContains(s:ZPP_Shape, p:ZPP_Vec2):Bool
static function testCollide(s1:ZPP_Shape, s2:ZPP_Shape):Bool
static function testCollide_safe(s1:ZPP_Shape, s2:ZPP_Shape):Bool