JLine constructor

JLine(
  1. double x1,
  2. double y1,
  3. double z1,
  4. double x2,
  5. double y2,
  6. double z2,
  7. double r,
  8. double g,
  9. double b,
  10. double a,
)

Implementation

JLine(
  this.x1,
  this.y1,
  this.z1,
  this.x2,
  this.y2,
  this.z2,
  this.r,
  this.g,
  this.b,
  this.a,
);