k-netlib splines

Blitz3D Forums/Blitz3D Programming/k-netlib splines

Spike314(Posted 2007) [#1]
I do hope someone can help me
i'm trying to figger out how to use K-Netlib Spline's but i just dont have a clue so i was wondering if anyone has used them before thank you.

here are the commands

KNL_SplineDestroy(Spline%)
KNL_SplineSetKnot(Spline%, Knot%, X#, Y#, Z#)
KNL_SplineCalculate(Spline%)

KNL_SplineCreate%(Knots%, Whole#, Piece#)
KNL_SplineGetX#(Spline%, Frame#)
KNL_SplineGetY#(Spline%, Frame#)
KNL_SplineGetZ#(Spline%, Frame#)


Spike314(Posted 2007) [#2]
i sorted it i found a help file