opensurgsim
|
Store normal for each triangle in a triangle mesh. More...
#include <NormalData.h>
Public Member Functions | |
bool | operator== (const NormalData &rhs) const |
Equality operator. More... | |
bool | operator!= (const NormalData &rhs) const |
Inequality operator. More... | |
Public Attributes | |
SurgSim::Math::Vector3d | normal |
Store normal for each triangle in a triangle mesh.
|
inline |
Inequality operator.
rhs | The right hand side NormalData. |
|
inline |
Equality operator.
rhs | The right hand side NormalData. |