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

Action: Reparameterizes the given curve in place so that its primary interval of definition is from the start to the given end parameters.

Prototype: void bs2_curve_reparam (


double start, // start parameter




// desired


double end, // end parameter desired


bs2_curve cur // given curve


);

Includes: #include "kernel/acis.hxx"

#include "kernel/spline/bs2_crv/bs2curve.hxx"

#include "kernel/spline/bs2_crv/sp2crtn.hxx"

Description: The start to the given end parameters must be in increasing order.


Each new parameter value will be the appropriate linear function of the old parameter.

Library: kernel

Filename: kern/kernel/spline/bs2_crv/sp2crtn.hxx

Effect: Changes model
PDF/KERN/17FN2.PDF
HTM/DATA/KERN/KERN/17FN2/0030.HTM