Skip to content

Latest commit

 

History

History

vector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

BaseEvent

Vector between two point in 2D space.

Examples

import { Vector } from "pencil.js";

const vector = new Vector([10, 20], [30, 40]);
console.log(vector.length);