elliptic_point

Function elliptic_point 

Source
pub async fn elliptic_point(
    exec_state: &mut ExecState,
    args: Args,
) -> Result<KclValue, KclError>
Expand description

Calculate the (x, y) point on an ellipse given x or y and the major/minor radii of the ellipse.