xcal
基于 C++23 的现代图形渲染引擎
|
函数 | |
TEST (Function, RadiansAndDegrees) | |
TEST (Function, Rotate) | |
TEST (Function, Translate) | |
TEST (Function, Scale) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
在文件 function.cc 第 89 行定义.
TEST | ( | Function | , |
RadiansAndDegrees | |||
) |
在文件 function.cc 第 7 行定义.
引用了 xcmath::degrees(), xcmath::PI , 以及 xcmath::radians().
TEST | ( | Function | , |
Rotate | |||
) |
在文件 function.cc 第 19 行定义.
引用了 xcmath::mat< _Tp, _rows, _cols >::eye(), xcmath::radians() , 以及 xcmath::rotate().
TEST | ( | Function | , |
Scale | |||
) |
在文件 function.cc 第 74 行定义.
引用了 xcmath::mat< _Tp, _rows, _cols >::eye() , 以及 xcmath::scale().
TEST | ( | Function | , |
Translate | |||
) |
在文件 function.cc 第 48 行定义.
引用了 xcmath::mat< _Tp, _rows, _cols >::eye() , 以及 xcmath::translate().