xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
命名空间 | 类型定义 | 函数
xcal 命名空间参考

命名空间

namespace  animation
 
namespace  camera
 PerspectiveCamera 测试套件
 
namespace  mobject
 
namespace  property
 
namespace  render
 
namespace  scene
 
namespace  utils
 

类型定义

using float_t = float
 
using bool_t = bool
 

函数

XCAL_API const char * to_string (xcal::camera::CameraType type)
 
XCAL_API const char * to_string (xcal::mobject::Type type)
 

类型定义说明

◆ bool_t

using xcal::bool_t = typedef bool

在文件 public.h28 行定义.

◆ float_t

using xcal::float_t = typedef float

在文件 public.h27 行定义.

函数说明

◆ to_string() [1/2]

XCAL_API const char * xcal::to_string ( xcal::camera::CameraType  type)
inline

◆ to_string() [2/2]

XCAL_API const char * xcal::to_string ( xcal::mobject::Type  type)
inline

在文件 mobject_types.hpp37 行定义.