pub async fn elliptic_point( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Calculate the (x, y) point on an ellipse given x or y and the major/minor radii of the ellipse.