lerp

WebJar for lerp

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

lerp
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

lerp
WebJar for lerp
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mattdesl/lerp

Download lerp

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/lerp/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>lerp</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/lerp/
implementation 'org.webjars.npm:lerp:1.0.3'
// https://jarcasting.com/artifacts/org.webjars.npm/lerp/
implementation ("org.webjars.npm:lerp:1.0.3")
'org.webjars.npm:lerp:jar:1.0.3'
<dependency org="org.webjars.npm" name="lerp" rev="1.0.3">
  <artifact name="lerp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='lerp', version='1.0.3')
)
libraryDependencies += "org.webjars.npm" % "lerp" % "1.0.3"
[org.webjars.npm/lerp "1.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

lerp

Build Status frozen

In the fashion of small modules and saving keystrokes; this is a bare-bones linear interpolation function. Same as mix in GLSL.

var lerp = require('lerp')

var res = lerp(a, b, t);

Usage

NPM

lerp(start, end, alpha)

Interpolates from start to end using the given alpha.

License

MIT, see LICENSE.md for details.

Versions

Version
1.0.3