MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / trunc

Method trunc

examples/extern/gmath.bundle.js:361–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

359 }
360 }
361 trunc() {
362 return new Vector2(this.x, this.y);
363 }
364 clamp(length) {
365 return this.normal().mul(length);
366 }

Callers 1

fromHomogeneousMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected