Class b2ContactPositionConstraint
		 
	 
	
		
			
				Hierarchy
				
					- 
						b2ContactPositionConstraint
					
Properties
				
					
					indexA
					indexA: number = 0
					
				
				
					
					indexB
					indexB: number = 0
					
				
				
					
					invIA
					invIA: number = 0
					
				
				
					
					invIB
					invIB: number = 0
					
				
				
					
					invMassA
					invMassA: number = 0
					
				
				
					
					invMassB
					invMassB: number = 0
					
				
				
					
					Readonly localCenterA
					local
CenterA: b2Vec2 = new b2Vec2()Readonly localCenterB
					local
CenterB: b2Vec2 = new b2Vec2()Readonly localNormal
					local
Normal: b2Vec2 = new b2Vec2()Readonly localPoint
					local
Point: b2Vec2 = new b2Vec2()Readonly localPoints
					local
Points: b2Vec2[] = b2Vec2.MakeArray(b2_maxManifoldPoints)pointCount
					pointCount: number = 0
					
				
				
					
					radiusA
					radiusA: number = 0
					
				
				
					
					radiusB
					radiusB: number = 0
					
				
				
					
					type
					
					
				
			
			
				Methods
				
					
					Static MakeArray
					
					
						- 
							
							Parameters