Skip to content

Simple implementation of Vector concept for Classical Mechanics applications using TypeScript as programming language and NodeJS as host-environment.

Notifications You must be signed in to change notification settings

requestmm/simple-vector-implementation-with-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isaac Newton - Pixabay

Vector with TypeScript - Basic implementation

Simple implementation of Vector for Classical Mechanics applications using TypeScript as programming language and NodeJS as host-environment.

API

Method Description
calcModule Return the module of vector.

How to use

The source code is at directory src/, where you can edit and compile again to dist using the command tsc on Terminal/PowerShell.

Example of use

const vector = new Vector([1,1])
console.log(vector.calcModule())

About

Simple implementation of Vector concept for Classical Mechanics applications using TypeScript as programming language and NodeJS as host-environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published