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

Method trunc

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

Source from the content-addressed store, hash-verified

539 }
540 }
541 trunc() {
542 return new Vector3(this.x, this.y, this.z);
543 }
544 clamp(length) {
545 return this.normal().mul(length);
546 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected