PackageBox2DAS.Collision
Classpublic class b2WorldManifold
Inheritanceb2WorldManifold Inheritance Object



Public Properties
 PropertyDefined By
  normal : V2
b2WorldManifold
  points : Array
b2WorldManifold
Public Methods
 MethodDefined By
  
If there are more than one contact points, this getter will return the average.
b2WorldManifold
  
Initialize(manifold:b2Manifold, xfA:XF, radiusA:Number, xfB:XF, radiusB:Number):void
b2WorldManifold
Property Detail
normalproperty
public var normal:V2

pointsproperty 
public var points:Array

Method Detail
GetPoint()method
public function GetPoint():V2

If there are more than one contact points, this getter will return the average.

Returns
V2
Initialize()method 
public function Initialize(manifold:b2Manifold, xfA:XF, radiusA:Number, xfB:XF, radiusB:Number):void

Parameters

manifold:b2Manifold
 
xfA:XF
 
radiusA:Number
 
xfB:XF
 
radiusB:Number