0.5.0
Loading...
Searching...
No Matches
NAV::math::LerpSearchResult Struct Reference

Lerp Search Result. More...

Data Fields

size_t l
 Lower bound index.
double t
 [0, 1] for Interpolation, otherwise Extrapolation
size_t u
 Upper bound index (l + 1)

Detailed Description

Lerp Search Result.

Definition at line 405 of file Math.hpp.

Field Documentation

◆ l

size_t NAV::math::LerpSearchResult::l

Lower bound index.

Definition at line 407 of file Math.hpp.

◆ t

double NAV::math::LerpSearchResult::t

[0, 1] for Interpolation, otherwise Extrapolation

Definition at line 409 of file Math.hpp.

◆ u

size_t NAV::math::LerpSearchResult::u

Upper bound index (l + 1)

Definition at line 408 of file Math.hpp.


The documentation for this struct was generated from the following file:
  • /home/runner/work/INSTINCT/INSTINCT/src/Navigation/Math/Math.hpp