MCPcopy Create free account
hub / github.com/microsoft/SandDance / interpolateQuad

Function interpolateQuad

docs/app/js/sanddance-app.js:98919–98921  ·  view source on GitHub ↗
(quad, ut, vt)

Source from the content-addressed store, hash-verified

98917 };
98918}
98919function interpolateQuad(quad, ut, vt) {
98920 return (0, _mathGl.lerp)((0, _mathGl.lerp)(quad[0], quad[1], vt), (0, _mathGl.lerp)(quad[3], quad[2], vt), ut);
98921}
98922
98923},{"math.gl":"huJnq","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"9SZfK":[function(require,module,exports) {
98924var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers 1

createMeshFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected