1.1.0 • Published 4 years ago

@equinor/videx-math v1.1.0

Weekly downloads
389
License
MIT
Repository
github
Last release
4 years 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.

Available functions

Equinor Logo

1.1.0

4 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago