Complex pointToNumber(Vector3 pt) { var coords = pointToCoords(pt); return Complex(real: coords.x, imaginary: coords.y); }