MCPcopy
hub / github.com/brianchirls/Seriously.js / addLine

Function addLine

lib/three.js:33697–33702  ·  view source on GitHub ↗
( a, b, hex )

Source from the content-addressed store, hash-verified

33695 addLine( "cf3", "cf4", hexCross );
33696
33697 function addLine( a, b, hex ) {
33698
33699 addPoint( a, hex );
33700 addPoint( b, hex );
33701
33702 }
33703
33704 function addPoint( id, hex ) {
33705

Callers 1

three.jsFile · 0.85

Calls 1

addPointFunction · 0.85

Tested by

no test coverage detected