MCPcopy
hub / github.com/midrender/revideo / arcLength

Function arcLength

packages/2d/src/lib/components/Curve.ts:237–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 */
236 @computed()
237 public arcLength() {
238 return this.offsetArcLength() * Math.abs(this.start() - this.end());
239 }
240
241 /**
242 * The percentage of the curve that's currently visible.

Callers

nothing calls this directly

Calls 2

endMethod · 0.80
startMethod · 0.65

Tested by

no test coverage detected