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

LerpPoints3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DStandard |
Linearly interpolates between two points in 3D.
Syntax
C++
C#
void fil::LerpPoints3D ( const fil::Point3D& inPoint0, const fil::Point3D& inPoint1, const float inLambda, fil::Point3D& outPoint3D )