Use rename identifiers

This commit is contained in:
Pyogenics
2025-05-09 18:28:28 +01:00
parent 00c1611d1b
commit c9a017270b
340 changed files with 15000 additions and 15000 deletions

View File

@@ -8,32 +8,32 @@ package alternativa.physics
public var body2:Body;
public var §_-Pe§:Number;
public var name_501:Number;
public var §_-J1§:Number;
public var name_422:Number;
public var normal:Vector3 = new Vector3();
public var points:Vector.<ContactPoint>;
public var §_-P3§:int;
public var name_506:int;
public var §_-HA§:Number = 0;
public var var_663:Number = 0;
public var §_-CV§:Boolean;
public var name_507:Boolean;
public var next:Contact;
public var index:int;
private const §_-29§:int = 8;
private const const_3:int = 8;
public function Contact(index:int)
{
this.points = new Vector.<ContactPoint>(this.§_-29§,true);
this.points = new Vector.<ContactPoint>(this.const_3,true);
super();
this.index = index;
for(var i:int = 0; i < this.§_-29§; i++)
for(var i:int = 0; i < this.const_3; i++)
{
this.points[i] = new ContactPoint();
}