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

LerpSegments3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DStandard |
Linearly interpolates between two segments in 3D.
Syntax
C++
C#
void fil::LerpSegments3D ( const fil::Segment3D& inSegment0, const fil::Segment3D& inSegment1, float inLambda, fil::Segment3D& outSegment3D )