Packageflare.physics
Interfacepublic interface IShape
Implementors Collider, Triangle



Public Methods
 MethodDefined By
  
getSupportPoints(axis:Vector3D, out:Vector.<Vector3D>):int
IShape
  
project(axis:Vector3D, info:SATInfo):void
IShape
Method Detail
getSupportPoints()method
public function getSupportPoints(axis:Vector3D, out:Vector.<Vector3D>):int

Parameters

axis:Vector3D
 
out:Vector.<Vector3D>

Returns
int
project()method 
public function project(axis:Vector3D, info:SATInfo):void

Parameters

axis:Vector3D
 
info:SATInfo