|
◆ double3segm_interpolate()
Return a double3 interpolated from a double3 segment with respect to a fraction of its total length.
- Parameters
-
[in] | start,end | Values defining the segment |
[in] | ratio | Value between 0 and 1 representing the fraction of the total length of the segment where the value must be located |
- Note
- Function used for determining the value of a segment at a timestamp
|