4 Creating and Editing NURB Patches
Q3NURBPatch_GetVKnot
function to get the value of a knot in the v parametric direction.
TQ3Status Q3NURBPatch_GetVKnot ( TQ3GeometryObject nurbPatch, unsigned long knotIndex, float *knotValue);nurbPatch
A NURB patch.knotIndex
An index into thevKnots
field of the specified NURB patch.knotValue
On exit, the value of the specified knot.
Q3NURBPatch_GetVKnot
function returns, in the knotValue
parameter, the knot value of the NURB patch specified by the nurbPatch
parameter having the knot index specified by the knotIndex
parameter in the vKnots
array of v knots.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker