--- nurbs/nurbsS.h.orig +++ nurbs/nurbsS.h @@ -99,8 +99,8 @@ virtual HPoint_nD operator()(T u, T v) const ; void basisFuns(T u, T v, int spanU, int spanV, Vector& Nu, Vector& Nv) const ; - void basisFunsU(T u, int span, Vector& N) const ; - void basisFunsV(T u, int span, Vector& N) const ; + void basisFunsU(T u, int span, Vector& N_) const ; + void basisFunsV(T u, int span, Vector& N_) const ; void dersBasisFuns(T u, T v, int dU, int dV,int uspan, int vspan,Matrix & Niku, Matrix& Njkv ) const ; // Derivative functions @@ -135,8 +135,8 @@ int skinU(NurbsCurveArray& ca, int degU); void sweep(const NurbsCurve& t, const NurbsCurve& C, const NurbsCurve& Sv, int K,int useAy=0, int invAz=0) ; void sweep(const NurbsCurve& t, const NurbsCurve& C, int K,int useAy=0, int invAz=0) ; - void makeFromRevolution(const NurbsCurve& profile, const Point_nD& S, const Point_nD& T, double theta) ; - void makeFromRevolution(const NurbsCurve& profile, const Point_nD& S, const Point_nD& T) ; + void makeFromRevolution(const NurbsCurve& profile, const Point_nD& S, const Point_nD& T_, double theta) ; + void makeFromRevolution(const NurbsCurve& profile, const Point_nD& S, const Point_nD& T_) ; void makeFromRevolution(const NurbsCurve& profile) ; void makeSphere(const Point_nD& O, T r) ;