Strong Coupling Core
0.1.0
Library for solving a system of strong coupled physical subsystems.
|
This is the complete list of members for sc::Vec3, including all inherited members.
add(const Vec3 &v) const | sc::Vec3 | |
copy(const Vec3 &) | sc::Vec3 | |
cross(const Vec3 &u) const | sc::Vec3 | |
dot(const Vec3 &u) const | sc::Vec3 | |
operator*(double s) const | sc::Vec3 | inline |
operator+(const Vec3 v) const | sc::Vec3 | inline |
operator+=(const Vec3 &v) | sc::Vec3 | inline |
operator-(const Vec3 v) const | sc::Vec3 | inline |
operator[](const int i) | sc::Vec3 | inline |
set(double x, double y, double z) | sc::Vec3 | |
subtract(const Vec3 &u) const | sc::Vec3 | |
Vec3() | sc::Vec3 | |
Vec3(double x, double y, double z) | sc::Vec3 | |
x() const | sc::Vec3 | |
y() const | sc::Vec3 | |
z() const | sc::Vec3 | |
~Vec3() | sc::Vec3 | virtual |