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 Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
bool operator!=(const NormalData &rhs) const
Inequality operator.
Definition: NormalData.h:42
Store normal for each triangle in a triangle mesh.
Definition: NormalData.h:27
Eigen::Matrix< double, 3, 1 > Vector3d
A 3D vector of doubles.
Definition: Vector.h:57
Definitions of small fixed-size vector types.
bool operator==(const NormalData &rhs) const
Equality operator.
Definition: NormalData.h:34