16 #ifndef SURGSIM_DATASTRUCTURES_NORMALDATA_H 17 #define SURGSIM_DATASTRUCTURES_NORMALDATA_H 23 namespace DataStructures
36 return normal == rhs.
normal;
44 return !((*this) == rhs);
51 #endif // SURGSIM_DATASTRUCTURES_NORMALDATA_H Definition: CompoundShapeToGraphics.cpp:29
bool operator!=(const NormalData &rhs) const
Inequality operator.
Definition: NormalData.h:42
SurgSim::Math::Vector3d normal
Definition: NormalData.h:29
Store normal for each triangle in a triangle mesh.
Definition: NormalData.h:27
Definitions of small fixed-size vector types.
Eigen::Matrix< double, 3, 1 > Vector3d
A 3D vector of doubles.
Definition: Vector.h:57
bool operator==(const NormalData &rhs) const
Equality operator.
Definition: NormalData.h:34