lineWidth method

void lineWidth(
  1. double v0
)

Implementation

void lineWidth(double v0) {
  return gl.glLineWidth(v0);
}