Open Dev Kit Documentation :: General :: 4D Vector (Quaternion) :: Spherical Linear Interpolate
Root.Vector4.Slerp( Vector 1 4D Vector (Quaternion), Vector 2 4D Vector (Quaternion), Factor Double ) 4D Vector (Quaternion)Returns 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 4D Vector (Quaternion)
- First vector
- Vector 2 4D Vector (Quaternion)
- Second vector
- Factor Double
- 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
