xcal
基于 C++23 的现代图形渲染引擎
|
Metaclass for constructing a vector from a pack of arguments 更多...
#include <vec.hpp>
Public 类型 | |
using | Type = vec< T, len > |
Metaclass for constructing a vector from a pack of arguments
T | Type of vector components |
len | Length of the vector |
using xcmath::__batchHelper< T, len >::Type = vec<T, len> |