|
template<typename T , typename N , bool S, typename P > |
bezier_curve< T, N, S, P > | ndcurves::operator+ (const bezier_curve< T, N, S, P > &p1, const bezier_curve< T, N, S, P > &p2) |
|
template<typename T , typename N , bool S, typename P > |
bezier_curve< T, N, S, P > | ndcurves::operator- (const bezier_curve< T, N, S, P > &p1) |
|
template<typename T , typename N , bool S, typename P > |
bezier_curve< T, N, S, P > | ndcurves::operator- (const bezier_curve< T, N, S, P > &p1, const bezier_curve< T, N, S, P > &p2) |
|
template<typename T , typename N , bool S, typename P > |
bezier_curve< T, N, S, P > | ndcurves::operator- (const bezier_curve< T, N, S, P > &p1, const typename bezier_curve< T, N, S, P >::point_t &point) |
|
template<typename T , typename N , bool S, typename P > |
bezier_curve< T, N, S, P > | ndcurves::operator- (const typename bezier_curve< T, N, S, P >::point_t &point, const bezier_curve< T, N, S, P > &p1) |
|
template<typename T , typename N , bool S, typename P > |
bezier_curve< T, N, S, P > | ndcurves::operator+ (const bezier_curve< T, N, S, P > &p1, const typename bezier_curve< T, N, S, P >::point_t &point) |
|
template<typename T , typename N , bool S, typename P > |
bezier_curve< T, N, S, P > | ndcurves::operator+ (const typename bezier_curve< T, N, S, P >::point_t &point, const bezier_curve< T, N, S, P > &p1) |
|
template<typename T , typename N , bool S, typename P > |
bezier_curve< T, N, S, P > | ndcurves::operator/ (const bezier_curve< T, N, S, P > &p1, const double k) |
|
template<typename T , typename N , bool S, typename P > |
bezier_curve< T, N, S, P > | ndcurves::operator* (const bezier_curve< T, N, S, P > &p1, const double k) |
|
template<typename T , typename N , bool S, typename P > |
bezier_curve< T, N, S, P > | ndcurves::operator* (const double k, const bezier_curve< T, N, S, P > &p1) |
|
class allowing to create a Bezier curve of dimension 1 <= n <= 3.
- Author
- Steve T.
- Version
- 0.1
- Date
- 06/17/2013