Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TodePond/ScreenPond
/ scaleVector
Function
scaleVector
source/vector.js:4–4 ·
view source on GitHub ↗
([x, y], n)
Source
from the content-addressed store, hash-verified
2
// VECTOR //
3
//========//
4
export
const
scaleVector = ([x, y], n) => [x * n, y * n];
5
6
export
const
addVector = (a, b) => {
7
const
[ax, ay] = a;
Callers
2
getCornersCenter
Function · 0.90
hand.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected