xcal
基于 C++23 的现代图形渲染引擎
|
类 | |
class | _PositionList |
class | Color |
颜色属性类 更多... | |
class | MProperty |
class | Position |
class | Scalar |
class | ThreeDPosition |
class | TimeDuration |
时间段属性类 更多... | |
class | TimePoint |
时间点属性类 更多... | |
class | Vec |
类型定义 | |
using | PositionList = _PositionList< xcmath::vec< float_t, 2 >, Type::PositionList > |
using | ThreeDPositionList = _PositionList< xcmath::vec< float_t, 3 >, Type::ThreeDPositionList > |
枚举 | |
enum class | Type { Position , PositionList , ThreeDPosition , ThreeDPositionList , Scalar , Color , TimeDuration , TimePoint , Vec , User } |
using xcal::property::PositionList = typedef _PositionList<xcmath::vec<float_t, 2>, Type::PositionList> |
在文件 position_list.hpp 第 42 行定义.
using xcal::property::ThreeDPositionList = typedef _PositionList<xcmath::vec<float_t, 3>, Type::ThreeDPositionList> |
在文件 position_list.hpp 第 43 行定义.
|
strong |
枚举值 | |
---|---|
Position | |
PositionList | |
ThreeDPosition | |
ThreeDPositionList | |
Scalar | |
Color | |
TimeDuration | |
TimePoint | |
Vec | |
User |
在文件 property.hpp 第 11 行定义.