xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
| 命名空间 | 类型定义
position_list.hpp 文件参考
#include <xcal/public.h>
#include <vector>
#include <xcal/property/core/property.hpp>
#include <xcal/property/position.hpp>
position_list.hpp 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  xcal::property::_PositionList< __ItemType, __Type >
 

命名空间

namespace  xcal
 
namespace  xcal::property
 

类型定义

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