TinySpline
0.7.0
Spline Library for a Multitude of Programming Languages
|
#include <tinyspline.h>
Public Attributes | |
tsReal | position [3] |
tsReal | tangent [3] |
tsReal | normal [3] |
tsReal | binormal [3] |
A three-dimensional TNB-vector with position. More details can be found at:
https://en.wikipedia.org/wiki/Frenet-Serret_formulas https://www.math.tamu.edu/~tkiffe/calc3/tnb/tnb.html
TNB stands for tangent, normal, and binormal.
tsReal tsFrame::binormal[3] |
Binormal of the TNB-vector.
tsReal tsFrame::normal[3] |
Normal of the TNB-vector.
tsReal tsFrame::position[3] |
Position of the TNB-vector.
tsReal tsFrame::tangent[3] |
Tangent of the TNB-vector.