VectSharp 2.5.0
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.LinearEasing Class Reference

Describes a linear easing (i.e., no easing). More...

Inheritance diagram for VectSharp.LinearEasing:

Public Member Functions

 LinearEasing ()
 Creates a new LinearEasing. More...
 
double Ease (double value)
 Applies the easing to the specified transition offset.
Parameters
valueThe transition offset (ranging from 0 to 1).
Returns
The eased transition offset value.
More...
 
double Ease (double value)
 Applies the easing to the specified transition offset. More...
 

Detailed Description

Describes a linear easing (i.e., no easing).

Definition at line 1324 of file Animation.cs.

Constructor & Destructor Documentation

◆ LinearEasing()

VectSharp.LinearEasing.LinearEasing ( )

Creates a new LinearEasing.

Definition at line 1329 of file Animation.cs.

Member Function Documentation

◆ Ease()

double VectSharp.LinearEasing.Ease ( double  value)

Applies the easing to the specified transition offset.

Parameters
valueThe transition offset (ranging from 0 to 1).
Returns
The eased transition offset value.

Implements VectSharp.IEasing.


The documentation for this class was generated from the following file: