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