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

Function setLineCap

Three.js/js/ThreeDebug.js:10134–10144  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

10132 }
10133
10134 function setLineCap( value ) {
10135
10136 // "butt", "round", "square"
10137
10138 if ( _contextLineCap != value ) {
10139
10140 _context.lineCap = _contextLineCap = value;
10141
10142 }
10143
10144 }
10145
10146 function setLineJoin( value ) {
10147

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected