|
Blender V4.5
|
#include <gpu_glsl_cpp_stubs.hh>
Inherits MatOp< 3, R >.
Public Types | |
| using | T = float |
| using | ColT = VecBase<float, R> |
| Public Types inherited from MatOp< 3, R > | |
| using | MatT |
| using | ColT |
| using | RowT |
Public Member Functions | |
| MatBase ()=default | |
| MatBase (T) | |
| MatBase (T, T, T, T, T, T, T, T, T) | |
| MatBase (ColT, ColT, ColT) | |
| template<int OtherC, int OtherR> | |
| MatBase (const MatBase< OtherC, OtherR > &) | |
| Public Member Functions inherited from MatOp< 3, R > | |
| const ColT & | operator[] (int) const |
| MatT | operator+ () RET |
| MatT | operator- () RET |
| MatT | operator* (MatT) const RET |
Public Attributes | |
| ColT | x |
| ColT | y |
| ColT | z |
Definition at line 458 of file gpu_glsl_cpp_stubs.hh.
Definition at line 460 of file gpu_glsl_cpp_stubs.hh.
Definition at line 459 of file gpu_glsl_cpp_stubs.hh.
Definition at line 464 of file gpu_glsl_cpp_stubs.hh.
Definition at line 465 of file gpu_glsl_cpp_stubs.hh.
Definition at line 466 of file gpu_glsl_cpp_stubs.hh.
|
inlineexplicit |
Definition at line 467 of file gpu_glsl_cpp_stubs.hh.
References MatBase().
Definition at line 461 of file gpu_glsl_cpp_stubs.hh.
Definition at line 461 of file gpu_glsl_cpp_stubs.hh.
Definition at line 461 of file gpu_glsl_cpp_stubs.hh.