lineWidth method
Implementation
void lineWidth(double width){
  startCheck('lineWidth');
  gl.glLineWidth(width);
  checkError('lineWidth');
}
void lineWidth(double width){
  startCheck('lineWidth');
  gl.glLineWidth(width);
  checkError('lineWidth');
}