xcal
基于 C++23 的现代图形渲染引擎
|
类 | |
class | Axis3D |
class | Circle |
class | Line |
class | Object |
class | Path |
类型定义 | |
using | object_ptr = std::unique_ptr< Object > |
函数 | |
template<class T > requires std::is_base_of_v<mobject::AbsMObject, T> | |
xcal::render::opengl::object::object_ptr | create (T *mobject) |
object_ptr | create (mobject::AbsMObject *mobject) |
using xcal::render::opengl::object::object_ptr = typedef std::unique_ptr<Object> |
在文件 object.hpp 第 36 行定义.
xcal::render::opengl::object::object_ptr xcal::render::opengl::object::create | ( | mobject::AbsMObject * | mobject | ) |
xcal::render::opengl::object::object_ptr xcal::render::opengl::object::create | ( | T * | mobject | ) |