Wiki > TV3D65 Index > TVPath
GetSplinePoint
DESCRIPTION
- Gets the point along the spline between or at the nodes.
Sylvain: if you use 4 (for the sStep value) it returns node 4. for example 4.5 , interpolates between 4 and 5 using spline
DECLARATION
| VB.NET | GetSplinePoint(fStep As Single) As TV_3DVECTOR |
| C++ | cTV_3DVECTOR GetSplinePoint(float fStep ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| fStep | No | Where among the nodes the step is, and where the position will be returned from. |
RETURN VALUE
| TV_3DVECTOR | Description of what the return value means. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.