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

Function setLineJoin

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

Source from the content-addressed store, hash-verified

10144 }
10145
10146 function setLineJoin( value ) {
10147
10148 // "round", "bevel", "miter"
10149
10150 if ( _contextLineJoin != value ) {
10151
10152 _context.lineJoin = _contextLineJoin = value;
10153
10154 }
10155
10156 }
10157
10158 function setStrokeStyle( style ) {
10159

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected