Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 409 Bytes

File metadata and controls

24 lines (18 loc) · 409 Bytes

CurveThrough

Description

Procedure CurveThrough fits a cubic spline through the specified point.

PROCEDURE CurveThrough(pX,pY : REAL);
def vs.CurveThrough(p):
    return None

Parameters

Name Type Description
p REAL Coordinates of vertex.

Version

Availability: from MiniCAD4.0

Category