#include <cmath>
#include <cstdarg>
#include <cstdlib>
#include <initializer_list>
#include <iostream>
#include <lang/assert.h>
#include <lang/type.h>
Go to the source code of this file.
◆ SCALAR_OP
Value:
for (
u32 i = 0; i < LENGTH; i++) { \
this->vec[i]
STRCAT(op, =) scalar; \
} \
} \
\
NumVec operator op (const T &scalar)
const { \
} \
Definition at line 117 of file numvec.h.
◆ VECTOR_OP
Value:
for (
u32 i = 0; i < LENGTH; i++) { \
this->vec[i]
STRCAT(op, =) other.vec[i]; \
} \
} \
\
} \
Definition at line 140 of file numvec.h.