ParticleSystem$Triad.smali
.class public Lorg/jbox2d/particle/ParticleSystem$Triad;
.super Ljava/lang/Object;
.source "ParticleSystem.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/jbox2d/particle/ParticleSystem;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Triad"
.end annotation
# instance fields
.field flags:I
.field indexA:I
.field indexB:I
.field indexC:I
.field ka:F
.field kb:F
.field kc:F
.field final pa:Lorg/jbox2d/common/Vec2;
.field final pb:Lorg/jbox2d/common/Vec2;
.field final pc:Lorg/jbox2d/common/Vec2;
.field s:F
.field strength:F
# direct methods
.method public constructor <init>()V
.registers 2
.prologue
.line 1834
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 1838
new-instance v0, Lorg/jbox2d/common/Vec2;
invoke-direct {v0}, Lorg/jbox2d/common/Vec2;-><init>()V
iput-object v0, p0, Lorg/jbox2d/particle/ParticleSystem$Triad;->pa:Lorg/jbox2d/common/Vec2;
new-instance v0, Lorg/jbox2d/common/Vec2;
invoke-direct {v0}, Lorg/jbox2d/common/Vec2;-><init>()V
iput-object v0, p0, Lorg/jbox2d/particle/ParticleSystem$Triad;->pb:Lorg/jbox2d/common/Vec2;
new-instance v0, Lorg/jbox2d/common/Vec2;
invoke-direct {v0}, Lorg/jbox2d/common/Vec2;-><init>()V
iput-object v0, p0, Lorg/jbox2d/particle/ParticleSystem$Triad;->pc:Lorg/jbox2d/common/Vec2;
return-void
.end method