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

Function setLineJoin

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

Source from the content-addressed store, hash-verified

16262 }
16263
16264 function setLineJoin( value ) {
16265
16266 // "round", "bevel", "miter"
16267
16268 if ( _contextLineJoin !== value ) {
16269
16270 _context.lineJoin = value;
16271 _contextLineJoin = value;
16272
16273 }
16274
16275 }
16276
16277 function setStrokeStyle( value ) {
16278

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected