Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@giraugh/vector

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giraugh/vector

Vector utilities

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

:giraffe: Giraugh Vector

Utilities for working with vectors in typescript.

Installation

yarn add @giraugh/vector

Usage

import { Vector } from '@giraugh/vector'

const position = new Vector(100, 100)
  .add(Vector.random())
  .mul(3)
  .dot(Vector.ONE)

Contributing

All PRs and issues are welcome :)

You are welcome to use this software commercially or non-commercially for any purpose with or without attribution as per the attached MIT license.

Keywords

FAQs

Package last updated on 12 Oct 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc