Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ Getqk
Function
Getqk
src/LNLib/Algorithm/Interpolation.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
namespace LNLib
21
{
22
XYZ Getqk(const std::vector<XYZ>& throughPoints, int index)
23
{
24
return throughPoints[index] - throughPoints[index - 1];
25
}
26
27
double Getak(const XYZ& qk_1, const XYZ& qk, const XYZ& qk1, const XYZ& qk2)
28
{
Callers
1
ComputeTangent
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected