Open Dev Kit Documentation :: General :: 3D Vector :: Linear Interpolate
Root.Vector3.Lerp( Vector 1 3D Vector, Vector 2 3D Vector, Factor Double ) 3D VectorReturns Vector 1 if Factor is 0, Vector 2 if Factor is 1 and the average of Vector 1 and 2 if Factor is 0.5, with everything in between using vector interpolation
Parameters
- Vector 1 3D Vector
- The first vector
- Vector 2 3D Vector
- The second vector
- Factor Double
- The factor of which value is returned (usually between 0.0 and 1.0)
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page
