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

Function setLineCap

Three.js/js/Three66.js:17131–17142  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

17129 }
17130
17131 function setLineCap( value ) {
17132
17133 // "butt", "round", "square"
17134
17135 if ( _contextLineCap !== value ) {
17136
17137 _context.lineCap = value;
17138 _contextLineCap = value;
17139
17140 }
17141
17142 }
17143
17144 function setLineJoin( value ) {
17145

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected