#include <potential_base.hpp>
Public Attributes | |
| double | v [3] |
| Vector. | |
| double | _1 |
| Vector's norm. | |
| double | _2 |
| Vector's norm square. | |
Definition at line 109 of file potential_base.hpp.
| double forcefields::PotentialBase::Vector3::_1 |
Vector's norm.
Definition at line 111 of file potential_base.hpp.
| double forcefields::PotentialBase::Vector3::_2 |
Vector's norm square.
Definition at line 112 of file potential_base.hpp.
| double forcefields::PotentialBase::Vector3::v[3] |
Vector.
Definition at line 110 of file potential_base.hpp.