xcal
基于 C++23 的现代图形渲染引擎
|
#include <xcal/public.h>
#include <vector>
#include <xcal/property/core/property.hpp>
#include <xcal/property/position.hpp>
类 | |
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 > |