vec2-copy

WebJar for vec2-copy

Лицензия

Лицензия

MIT
Группа

Группа

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

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

vec2-copy
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

vec2-copy
WebJar for vec2-copy
Ссылка на сайт

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

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

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

https://github.com/mattdesl/vec2-copy

Скачать vec2-copy

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

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

Зависимости

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

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

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

vec2-copy

frozen

A common function to copy values from one vec2 array to another.

This will eventually be replaced in a backward-compatible manner by require('gl-vec2/copy')

var tmp = [0, 0]
var other = [25, 25]
console.log( copy(tmp, other) )
//prints [25, 25]

Usage

NPM

copy(out, vec)

Copies the first two elements in vec to the first two elements in out, and returns out.

License

MIT, see LICENSE.md for details.

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

Версия
1.0.0