Table of Contents

Method QuadIn

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

QuadIn(double)

Quadratic ease-in — starts slow and accelerates. Formula:

public static double QuadIn(double t)

Parameters

t double

Normalized time in [0, 1].

Returns

double