lerp

WebJar for lerp

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

lerp
Последняя версия

Последняя версия

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

lerp
WebJar for lerp
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/mattdesl/lerp

Скачать lerp

Имя Файла Размер
lerp-1.0.3.pom
lerp-1.0.3.jar 4 KB
lerp-1.0.3-sources.jar 22 bytes
lerp-1.0.3-javadoc.jar 22 bytes
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0.3