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

Function setLineCap

Three.js/js/Three56.js:14602–14613  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

14600 }
14601
14602 function setLineCap( value ) {
14603
14604 // "butt", "round", "square"
14605
14606 if ( _contextLineCap !== value ) {
14607
14608 _context.lineCap = value;
14609 _contextLineCap = value;
14610
14611 }
14612
14613 }
14614
14615 function setLineJoin( value ) {
14616

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected