xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
函数
function.cc 文件参考
#include <gtest/gtest.h>
#include <xcmath/xcmath.hpp>
function.cc 的引用(Include)关系图:

浏览源代码.

函数

 TEST (Function, RadiansAndDegrees)
 
 TEST (Function, Rotate)
 
 TEST (Function, Translate)
 
 TEST (Function, Scale)
 
int main (int argc, char **argv)
 

函数说明

◆ main()

int main ( int  argc,
char **  argv 
)

在文件 function.cc89 行定义.

◆ TEST() [1/4]

TEST ( Function  ,
RadiansAndDegrees   
)

在文件 function.cc7 行定义.

引用了 xcmath::degrees(), xcmath::PI , 以及 xcmath::radians().

◆ TEST() [2/4]

TEST ( Function  ,
Rotate   
)

◆ TEST() [3/4]

TEST ( Function  ,
Scale   
)

在文件 function.cc74 行定义.

引用了 xcmath::mat< _Tp, _rows, _cols >::eye() , 以及 xcmath::scale().

◆ TEST() [4/4]

TEST ( Function  ,
Translate   
)

在文件 function.cc48 行定义.

引用了 xcmath::mat< _Tp, _rows, _cols >::eye() , 以及 xcmath::translate().