51 lines
900 B
Smali
51 lines
900 B
Smali
.class final Lcom/badlogic/gdx/math/Interpolation$6;
|
|
.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 73
|
|
invoke-direct {p0}, Lcom/badlogic/gdx/math/Interpolation;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(F)F
|
|
.locals 3
|
|
|
|
const/high16 v0, 0x3f800000 # 1.0f
|
|
|
|
sub-float/2addr p1, v0
|
|
|
|
neg-float p1, p1
|
|
|
|
float-to-double v1, p1
|
|
|
|
.line 75
|
|
invoke-static {v1, v2}, Ljava/lang/Math;->sqrt(D)D
|
|
|
|
move-result-wide v1
|
|
|
|
double-to-float p1, v1
|
|
|
|
sub-float/2addr v0, p1
|
|
|
|
return v0
|
|
.end method
|