a transformation of a function in and out of a coordinate space, using 2 c2_transformations 더 자세히 ...
#include <c2_function.hh>
Public 멤버 함수 | |
c2_function_transformation (const c2_transformation< float_type > &xx, const c2_transformation< float_type > &yy) | |
construct this from two c2_transformation instances 더 자세히 ... | |
virtual | ~c2_function_transformation () |
destructor 더 자세히 ... | |
virtual float_type | evaluate (float_type xraw, float_type y, float_type yp0, float_type ypp0, float_type *yprime, float_type *yprime2) const |
Public 속성 | |
const bool | isIdentity |
const c2_transformation < float_type > & | X |
the X axis transform 더 자세히 ... | |
const c2_transformation < float_type > & | Y |
the Y axis transform 더 자세히 ... | |
a transformation of a function in and out of a coordinate space, using 2 c2_transformations
This class is a container for two axis transforms, but also provides the critical evaluate() function which converts a result in internal coordinates (with derivatives) into the external representation
c2_function.hh 파일의 1379 번째 라인에서 정의되었습니다.
|
inline |
construct this from two c2_transformation instances
xx | the X axis transform |
yy | the Y axis transform |
c2_function.hh 파일의 1384 번째 라인에서 정의되었습니다.
|
inlinevirtual |
destructor
c2_function.hh 파일의 1389 번째 라인에서 정의되었습니다.
다음을 참조함 : c2_function_transformation< float_type >::X, c2_function_transformation< float_type >::Y.
|
virtual |
const bool c2_function_transformation< float_type >::isIdentity |
c2_function.hh 파일의 1394 번째 라인에서 정의되었습니다.
const c2_transformation<float_type>& c2_function_transformation< float_type >::X |
the X axis transform
c2_function.hh 파일의 1396 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : c2_function_transformation< float_type >::~c2_function_transformation().
const c2_transformation<float_type>& c2_function_transformation< float_type >::Y |
the Y axis transform
c2_function.hh 파일의 1398 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : c2_function_transformation< float_type >::~c2_function_transformation().