opensurgsim
|
Specialization of Vertex with no data. More...
#include <Vertex.h>
Public Member Functions | |
Vertex (const SurgSim::Math::Vector3d &position) | |
Constructor. More... | |
bool | operator== (const Vertex< void > &vertex) const |
Compare the vertex to another one (equality) More... | |
bool | operator!= (const Vertex< void > &vertex) const |
Compare the vertex to another one (inequality) More... | |
Public Attributes | |
SurgSim::Math::Vector3d | position |
Position of the vertex. | |
Specialization of Vertex with no data.
|
inlineexplicit |
Constructor.
position | Position of the vertex |
|
inline |
Compare the vertex to another one (inequality)
vertex | The Vertex to compare it to |
|
inline |
Compare the vertex to another one (equality)
vertex | The Vertex to compare it to |