1.1.1 • Published 10 months ago

@equinor/videx-math v1.1.1

Weekly downloads
389
License
MIT
Repository
github
Last release
10 months ago

Videx math

A library with math functions used by Videx.

Installation

npm install --save @equinor/videx-math

Usage

// ES6
import { clamp, lerp, ... } from '@equinor/videx-math';

// ObservableHQ
const someVar = require('@equinor/videx-math@X.X.X/dist/bundle.umd.js');
const lerp = someVar.lerp;

Where X.X.X is desired version number.

Equinor Logo

1.1.1

10 months ago

1.1.0

5 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago