![]() |
Chi-Tech
|
#include <iostream>#include <cmath>#include <sstream>Go to the source code of this file.
Data Structures | |
| struct | chi_mesh::Vector3 |
Namespaces | |
| namespace | chi_mesh |
Functions | |
| chi_mesh::Vector3 | operator* (double value, const chi_mesh::Vector3 &that) |
| chi_mesh::Vector3 operator* | ( | const double | value, |
| const chi_mesh::Vector3 & | that | ||
| ) |
Returns a 3D vector multiplied by the given scalar from the left.
Definition at line 31 of file chi_mesh_utilities.cc.