#include "stdafx.h"#include "math.h"#include "data.h"Go to the source code of this file.
Functions | |
| gradient_t | operator * (gradient_t g, float s) |
| Multiplikation eines Gradientenvektors mit einem Skalar. | |
| gradient_t | operator+ (gradient_t g1, gradient_t g2) |
| Addition zweier Gradientenvektoren. | |
|
||||||||||||
|
Multiplikation eines Gradientenvektors mit einem Skalar.
Definition at line 8 of file data.cpp. References gradient_t::x, gradient_t::y, and gradient_t::z.
|
|
||||||||||||
|
Addition zweier Gradientenvektoren.
Definition at line 18 of file data.cpp. References gradient_t::x, gradient_t::y, and gradient_t::z.
|
1.3-rc2