43 lines
779 B
Smali
43 lines
779 B
Smali
.class final Lcom/badlogic/gdx/math/Interpolation$5;
|
|
.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 68
|
|
invoke-direct {p0}, Lcom/badlogic/gdx/math/Interpolation;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(F)F
|
|
.locals 2
|
|
|
|
float-to-double v0, p1
|
|
|
|
.line 70
|
|
invoke-static {v0, v1}, Ljava/lang/Math;->sqrt(D)D
|
|
|
|
move-result-wide v0
|
|
|
|
double-to-float p1, v0
|
|
|
|
return p1
|
|
.end method
|