Socket
Book a DemoInstallSign in
Socket

@equinor/videx-linear-algebra

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/videx-linear-algebra

Math library for performing linear algebra.

Source
npmnpm
Version
0.0.5-alpha
Version published
Weekly downloads
499
-20.29%
Maintainers
3
Weekly downloads
 
Created
Source

Linear algebra

Math library for doing basic linear algebra operations, inspired by GLSL.

Installation

npm install --save @equinor/videx-linear-algebra

Usage

The package exports an object containing all types and functions.

// es6
import { vec3, mat3, ... } from '@equinor/videx-linear-algebra';

// commonjs
const lib = require('@equinor/videx-linear-algebra');

const vec3 = lib.vec3;
const mat3 = lib.mat3;
(...)

License

MIT

Keywords

vector

FAQs

Package last updated on 25 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts