PackageBox2D.Collision
Classpublic class b2Manifold

A manifold for two touching convex shapes.



Public Properties
 PropertyDefined by
  normal : b2Vec2
b2Manifold
  pointCount : int = 0
b2Manifold
  points : Array
b2Manifold
Public Methods
 MethodDefined by
  
b2Manifold
  
Reset():void
b2Manifold
  
Set(m:b2Manifold):void
b2Manifold
Property detail
normalproperty
public var normal:b2Vec2
pointCountproperty 
public var pointCount:int = 0
pointsproperty 
public var points:Array
Constructor detail
b2Manifold()constructor
public function b2Manifold()
Method detail
Reset()method
public function Reset():void
Set()method 
public function Set(m:b2Manifold):voidParameters
m:b2Manifold