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

Method toHomogeneous

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

Source from the content-addressed store, hash-verified

428 return new Vector4(this.x, this.y, this.z, w1);
429 }
430 toHomogeneous() {
431 return this.extend(1);
432 }
433 toString() {
434 return `Vector3 { x: ${this[0]}, y: ${this[1]}, z: ${this[2]} }`;
435 }

Callers

nothing calls this directly

Calls 1

extendMethod · 0.95

Tested by

no test coverage detected