Package | krewfw.core_internal.collision |
Class | public class HitTest |
Inheritance | HitTest ![]() |
Method | Defined By | ||
---|---|---|---|
HitTest() | HitTest | ||
[static] | HitTest | ||
[static] | HitTest | ||
[static] | HitTest | ||
[static] | HitTest | ||
[static] | HitTest | ||
[static] | HitTest |
HitTest | () | Constructor |
public function HitTest()
hitTestAABBVsAABB | () | method |
public static function hitTestAABBVsAABB(_shape:CollisionShape, _other:CollisionShape):Boolean
Parameters
_shape:CollisionShape | |
_other:CollisionShape |
Boolean |
hitTestAABBVsOBB | () | method |
public static function hitTestAABBVsOBB(_shape:CollisionShape, _other:CollisionShape):Boolean
Parameters
_shape:CollisionShape | |
_other:CollisionShape |
Boolean |
hitTestOBBVsOBB | () | method |
public static function hitTestOBBVsOBB(_shape:CollisionShape, _other:CollisionShape):Boolean
Parameters
_shape:CollisionShape | |
_other:CollisionShape |
Boolean |
hitTestSphereVsAABB | () | method |
public static function hitTestSphereVsAABB(_shape:CollisionShape, _other:CollisionShape):Boolean
Parameters
_shape:CollisionShape | |
_other:CollisionShape |
Boolean |
hitTestSphereVsOBB | () | method |
public static function hitTestSphereVsOBB(_shape:CollisionShape, _other:CollisionShape):Boolean
Parameters
_shape:CollisionShape | |
_other:CollisionShape |
Boolean |
hitTestSphereVsSphere | () | method |
public static function hitTestSphereVsSphere(_shape:CollisionShape, _other:CollisionShape):Boolean
Parameters
_shape:CollisionShape | |
_other:CollisionShape |
Boolean |