|
|
_Scalar | at (size_t idx) const |
| |
|
_Scalar & | at (size_t idx) |
| |
|
double | normalize () |
| |
|
Self | normalized () const |
| |
|
double | norm () const |
| |
|
double | squaredNorm () const |
| |
|
Self | cross (const Self &other) const |
| |
|
double | dot (const Self &other) const |
| |
|
void | setZero () |
| |
|
Self & | operator*= (Scalar s) |
| |
|
Self | operator* (Scalar s) const |
| |
|
Self | operator- () const |
| |
|
Self | operator- (const Self &other) const |
| |
|
Self | operator+ (const Self &other) const |
| |
|
Self & | operator+= (const Self &other) |
| |
|
std::string | toString () const |
| |
|
| _AST_DEF_VECTOR_METHOD (Scalar) |
| |