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

Function setLineCap

Three.js/js/Three60.js:16251–16262  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16249 }
16250
16251 function setLineCap( value ) {
16252
16253 // "butt", "round", "square"
16254
16255 if ( _contextLineCap !== value ) {
16256
16257 _context.lineCap = value;
16258 _contextLineCap = value;
16259
16260 }
16261
16262 }
16263
16264 function setLineJoin( value ) {
16265

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected