Table of Contents

Method CubicInOut

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

CubicInOut(double)

Cubic ease-in-out — accelerates then decelerates with cubic curve.

public static double CubicInOut(double t)

Parameters

t double

Normalized time in [0, 1].

Returns

double