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

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
}
 

类型定义说明

◆ PositionList

using xcal::property::PositionList = typedef _PositionList<xcmath::vec<float_t, 2>, Type::PositionList>

在文件 position_list.hpp42 行定义.

◆ ThreeDPositionList

using xcal::property::ThreeDPositionList = typedef _PositionList<xcmath::vec<float_t, 3>, Type::ThreeDPositionList>

在文件 position_list.hpp43 行定义.

枚举类型说明

◆ Type

enum class xcal::property::Type
strong
枚举值
Position 
PositionList 
ThreeDPosition 
ThreeDPositionList 
Scalar 
Color 
TimeDuration 
TimePoint 
Vec 
User 

在文件 property.hpp11 行定义.