|
UF_CURVE_state_t *states;
4 p! a4 ~. N/ n% e) C% R4 k" a6 ]UF_CURVE_spline_t splinedata;& c4 ^" k5 i9 t" r3 t. l/ @# y
* m, K2 h' }: `6 f- Y
splinedata.knots=new double[9];' a* ]+ k, S) Z+ c
splinedata.knots[0]=0.0;) ?( m- X* X5 F' q) C7 r
splinedata.knots[1]=0.0;
9 O$ ^! c" N/ R1 n. \$ c5 tsplinedata.knots[2]=0.0;* Z4 P3 b. J9 L4 O# Z7 R( O: @
splinedata.knots[3]=0.0; Y, I6 x0 e$ j8 [' s% }6 @9 w
splinedata.knots[4]=0.5;" M3 h T) x8 \1 R9 F
splinedata.knots[5]=1.0;4 f: S; W' H+ Q/ P
splinedata.knots[6]=1.0;/ u5 o$ u F6 f5 o; V5 R
splinedata.knots[7]=1.0;! q# l/ x7 p H5 C- n3 G
splinedata.knots[8]=1.0;
$ ~' v# J: E$ ^1 @# ksplinedata.start_param=0;, H0 ]5 u9 E- X4 @) p& Q" Z
splinedata.end_param=1;! s1 V' O3 z" D4 @
splinedata.is_rational=1;
* E0 T1 Z& u* X. H! Osplinedata.num_poles=5;
7 {& p3 Q2 E* S `$ I, F% ]. G% dsplinedata.order=4;
0 k, V0 ~$ o0 K2 Usplinedata.poles=new double[5][4];/ Q+ j' f6 F8 v( p' a
splinedata.poles[0][0]=111.0;
' X+ H8 y6 I: x) C4 v- L' @! Isplinedata.poles[0][1]=31.0;
& r$ o- E( J( g# ^/ X# Usplinedata.poles[0][2]=46.0;
) L9 u1 \8 i1 Y5 d5 asplinedata.poles[0][3]=1.0;
& P. j8 s% t4 f1 Ysplinedata.poles[1][0]=107.0;
; {# z) O' c/ o* Xsplinedata.poles[1][1]=46.0;
5 G1 f6 [. B* S$ S; Isplinedata.poles[1][2]=46.0;
- V/ q r" B; V: c y/ Asplinedata.poles[1][3]=1.0;4 R0 K3 U( Q: x: r7 d0 A
splinedata.poles[2][0]=98.0;
0 e v# U) a- w! R4 Bsplinedata.poles[2][1]=37.0;
" c6 o7 S& j6 U" ~8 Ksplinedata.poles[2][2]=46.0;
2 ?+ _$ e+ P8 H0 T! K5 [splinedata.poles[2][3]=1.0;
* g& |; [- {* d+ C1 dsplinedata.poles[3][0]=100.0;" \" x! ?* H! F( Y
splinedata.poles[3][1]=35.0;& X/ e7 f" q/ t- T2 A! m$ l! b7 z
splinedata.poles[3][2]=46.0;/ ^1 q. H" U4 V. r
splinedata.poles[3][3]=1.0;
- }" h) \7 l) osplinedata.poles[4][0]=8.0;+ |7 @# K( Z! ?5 e$ n+ g
splinedata.poles[4][1]=89.0;, h7 i* c4 ~ ]! r" D& x& M
splinedata.poles[4][2]=56.0;
" k* c, F* X+ o, y$ ]splinedata.poles[4][3]=1.0;
" @( s! u1 Z9 ]8 R5 T4 {* u8 l5 H+ B8 R) e0 Z1 i3 e# t1 P. R2 s( U, m
UF_CURVE_create_spline (&splinedata,&splinetag,&num_states,&states); |
评分
-
查看全部评分
|