bs3_curve_reparam
List of: Functions
Subjects: Construction Geometry, Spline Interface
Contents: Kernel

Action: Reparameterizes the given curve in place.

Prototype: void bs3_curve_reparam (


double start, // start parameter




// desired


double end, // end parameter desired


bs3_curve cur // given curve


);

Includes: #include "kernel/acis.hxx"

#include "kernel/spline/bs3_crv/bs3curve.hxx"

#include "kernel/spline/bs3_crv/sp3crtn.hxx"

Description: Reparameterizes the given curve in place by a linear transformation so that its primary interval of definition is from the start to the end parameters given (which must be in increasing order). Each new parameter value will be the appropriate linear function of the old parameter value.

Library: kernel

Filename: kern/kernel/spline/bs3_crv/sp3crtn.hxx

Effect: Changes model
PDF/KERN/19FN3C2.PDF
HTM/DATA/KERN/KERN/19FN3C2/0028.HTM