|
slot 0.0.1
A real time UI render framework
|
#include <slang-cpp-types-core.h>
Public 成员函数 | |
| const T & | operator[] (size_t) const |
| T & | operator[] (size_t) |
| operator T () const | |
| Vector ()=default | |
| Vector (T scalar) | |
| template<typename U > | |
| Vector (Vector< U, 1 > other) | |
| template<typename U , int otherSize> | |
| Vector (Vector< U, otherSize > other) | |
Public 属性 | |
| T | x |
|
inline |
|
inline |
| T Vector< T, 1 >::x |