|
OOFEM 3.0
|
#include <aabb.h>
Public Member Functions | |
| Vector () | |
| Vector (double x, double y, double z) | |
| double | operator[] (int index) const |
Public Attributes | |
| double | x |
| double | y |
| double | z |
| Vector::Vector | ( | ) |
| Vector::Vector | ( | double | x, |
| double | y, | ||
| double | z ) |
| double Vector::operator[] | ( | int | index | ) | const |
| double oofem::Vector::x |
Definition at line 42 of file aabb.h.
Referenced by oofem::ContactPair::computeSlaveAABB(), oofem::AABB::contains(), oofem::AABB::merge(), operator[](), and Vector().
| double oofem::Vector::y |
Definition at line 42 of file aabb.h.
Referenced by oofem::ContactPair::computeSlaveAABB(), oofem::AABB::contains(), oofem::AABB::merge(), operator[](), and Vector().
| double oofem::Vector::z |
Definition at line 42 of file aabb.h.
Referenced by oofem::ContactPair::computeSlaveAABB(), oofem::AABB::contains(), oofem::AABB::merge(), operator[](), and Vector().