Line3([Vector3? start, Vector3? end]) { this.start = (start != null) ? start : Vector3(); this.end = (end != null) ? end : Vector3(); }