lineWidth method
Implementation
void lineWidth(double width) {
startCheck("lineWidth");
glLineWidth(_gl, width);
checkError('lineWidth');
}
void lineWidth(double width) {
startCheck("lineWidth");
glLineWidth(_gl, width);
checkError('lineWidth');
}