#include <nimble_contact_entity.h>
|
double | coords_ [3] = {0.0, 0.0, 0.0} |
|
◆ vertex() [1/2]
◆ ~vertex()
◆ vertex() [2/2]
134 {
135 for (
int ii = 0; ii < 3; ++ii)
coords_[ii] = rhs.coords_[ii];
136 }
◆ operator=()
140 {
141 if (this != &rhs)
142 for (
int ii = 0; ii < 3; ++ii)
coords_[ii] = rhs.coords_[ii];
143 return *this;
144 }
◆ operator[]() [1/2]
◆ operator[]() [2/2]
◆ coords_
double nimble::ContactEntity::vertex::coords_[3] = {0.0, 0.0, 0.0} |
The documentation for this class was generated from the following file: