array-pack-2d

WebJar for array-pack-2d

Лицензия

Лицензия

MIT
Группа

Группа

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

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

array-pack-2d
Последняя версия

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

0.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

array-pack-2d
WebJar for array-pack-2d
Ссылка на сайт

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

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

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

https://github.com/hughsk/array-pack-2d

Скачать array-pack-2d

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : dtype jar [1.0.0,2)

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

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

array-pack-2d experimental

Quickly pack a nested 2D array into a typed array – useful for flattening point data into a WebGL-friendly format.

Usage

array-pack-2d

packed = pack(array, [type])

Takes a nested 2D array and packs it into a flat, packed one. By default this will be a Float32Array, but you can specify a custom type too: this can be a constructor such as Uint8Array, or a dtype string such as "float32" or "uint8".

License

MIT. See LICENSE.md for details.

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

Версия
0.1.1