Line3 constructor

Line3(
  1. Vector3 a,
  2. Vector3 b
)

Creates a new line.

Implementation

Line3(this.a, this.b);