MCPcopy Index your code
hub / github.com/plotly/plotly.js / ratPerp

Function ratPerp

stackgl_modules/index.js:9270–9272  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

9268var rvMuls = __webpack_require__(8987)
9269
9270function ratPerp (a, b) {
9271 return ratSub(ratMul(a[0], b[1]), ratMul(a[1], b[0]))
9272}
9273
9274// Solve for intersection
9275// x = a + t (b-a)

Callers 1

solveIntersectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…