|
template<typename N , bool S> |
linear_variable< N, S > | curves::operator+ (const linear_variable< N, S > &w1, const linear_variable< N, S > &w2) |
|
template<typename N , bool S> |
linear_variable< N, S > | curves::operator- (const linear_variable< N, S > &w1, const linear_variable< N, S > &w2) |
|
template<typename N , bool S> |
linear_variable< N, S > | curves::operator* (const double k, const linear_variable< N, S > &w) |
|
template<typename N , bool S> |
linear_variable< N, S > | curves::operator* (const linear_variable< N, S > &w, const double k) |
|
template<typename N , bool S> |
linear_variable< N, S > | curves::operator/ (const linear_variable< N, S > &w, const double k) |
|
template<typename BezierFixed , typename BezierLinear , typename X > |
BezierFixed | curves::evaluateLinear (const BezierLinear &bIn, const X x) |
|
storage for variable points of the form p_i = B_i x + c_i
- Author
- Steve T.
- Version
- 0.1
- Date
- 07/02/2019