MCPcopy Create free account
hub / github.com/melonjs/melonJS / scaleV

Method scaleV

packages/melonjs/src/math/vector3d.ts:95–97  ·  view source on GitHub ↗

* Multiply this vector values by the passed vector * @param v other vector * @returns Reference to this object for method chaining

(v: Vector3d)

Source from the content-addressed store, hash-verified

93 * @returns Reference to this object for method chaining
94 */
95 scaleV(v: Vector3d) {
96 return this.scale(v.x, v.y, v.z);
97 }
98
99 /**
100 * Convert this vector into isometric coordinate space

Callers

nothing calls this directly

Calls 1

scaleMethod · 0.95

Tested by

no test coverage detected