MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / setDashAndGap

Function setDashAndGap

Three.js/js/Three62.js:16387–16397  ·  view source on GitHub ↗
( dashSizeValue, gapSizeValue )

Source from the content-addressed store, hash-verified

16385 }
16386
16387 function setDashAndGap( dashSizeValue, gapSizeValue ) {
16388
16389 if ( _contextDashSize !== dashSizeValue || _contextGapSize !== gapSizeValue ) {
16390
16391 _context.setLineDash( [ dashSizeValue, gapSizeValue ] );
16392 _contextDashSize = dashSizeValue;
16393 _contextGapSize = gapSizeValue;
16394
16395 }
16396
16397 }
16398
16399};
16400

Callers 1

renderLineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected