Weather/smali/com/badlogic/gdx/math/Interpolation$9.smali
2021-05-10 10:13:34 +02:00

51 lines
944 B
Smali

.class final Lcom/badlogic/gdx/math/Interpolation$9;
.super Lcom/badlogic/gdx/math/Interpolation;
.source "Interpolation.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/badlogic/gdx/math/Interpolation;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x8
name = null
.end annotation
# direct methods
.method constructor <init>()V
.locals 0
.line 101
invoke-direct {p0}, Lcom/badlogic/gdx/math/Interpolation;-><init>()V
return-void
.end method
# virtual methods
.method public a(F)F
.locals 1
const v0, 0x40490fdb # (float)Math.PI
mul-float p1, p1, v0
.line 103
invoke-static {p1}, Lcom/badlogic/gdx/math/MathUtils;->b(F)F
move-result p1
const/high16 v0, 0x3f800000 # 1.0f
sub-float/2addr v0, p1
const/high16 p1, 0x40000000 # 2.0f
div-float/2addr v0, p1
return v0
.end method