Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Interpolations » LerpVectors3D

LerpVectors3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DStandard |
Linearly interpolates between two 3D vectors.
Syntax
C++
C#
void fil::LerpVectors3D ( const fil::Vector3D& inVector0, const fil::Vector3D& inVector1, const float inLambda, fil::Vector3D& outVector3D )