Edge3 constructor

Edge3(
  1. Vector3 v1,
  2. Vector3 v2
)

Implementation

Edge3(this.v1, this.v2);