Property | Defined By | ||
---|---|---|---|
collider0 : IShape [static] | SAT3D | ||
collider1 : IShape [static] | SAT3D | ||
depth : Number [static] | SAT3D | ||
flags : uint [static] | SAT3D | ||
swap : Boolean [static] | SAT3D |
Method | Defined By | ||
---|---|---|---|
SAT3D() | SAT3D | ||
generateContacts(contacs:Vector.<Contact>, numContacts:int, c0:Collider = null, c1:Collider = null, transform:Matrix3D = null, normal:Vector3D = null):int [static] | SAT3D | ||
init(a:IShape, b:IShape):void [static] | SAT3D | ||
test(testAxis:Vector3D, testFlags:uint = 0):Boolean [static] | SAT3D |
Constant | Defined By | ||
---|---|---|---|
axis : Vector3D [static] | SAT3D |
collider0 | property |
public static var collider0:IShape
collider1 | property |
public static var collider1:IShape
depth | property |
public static var depth:Number
flags | property |
public static var flags:uint
swap | property |
public static var swap:Boolean
SAT3D | () | Constructor |
public function SAT3D()
generateContacts | () | method |
public static function generateContacts(contacs:Vector.<Contact>, numContacts:int, c0:Collider = null, c1:Collider = null, transform:Matrix3D = null, normal:Vector3D = null):int
Parameters
contacs:Vector.<Contact> | |
numContacts:int | |
c0:Collider (default = null )
| |
c1:Collider (default = null )
| |
transform:Matrix3D (default = null )
| |
normal:Vector3D (default = null )
|
int |
init | () | method |
public static function init(a:IShape, b:IShape):void
Parameters
a:IShape | |
b:IShape |
test | () | method |
public static function test(testAxis:Vector3D, testFlags:uint = 0):Boolean
Parameters
testAxis:Vector3D | |
testFlags:uint (default = 0 )
|
Boolean |
axis | Constant |
public static const axis:Vector3D