MCPcopy Create free account
hub / github.com/ThatOpen/engine_clay / up

Method up

packages/clay/src/utils/vector.ts:2–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export class Vector {
2 static get up() {
3 return [0, 1, 0];
4 }
5
6 static round(vector: number[], precission = 1000) {
7 return [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected