![]() |
A (mathematical) vector is represented as (X,Y,Z) associated with an optional color (R,G,B,alpha) information. More...
#include <SurgSim/Graphics/VectorField.h>
Public Member Functions | |
bool | operator== (const VectorFieldData &rhs) const |
Compare the vectors and return true if equal; Othwise, false. More... | |
bool | operator!= (const VectorFieldData &rhs) const |
Compare the vectors and return true if not equal, false if equal. More... | |
Public Attributes | |
SurgSim::Math::Vector3d | direction |
Direction (X,Y,Z) of the vector. More... | |
SurgSim::DataStructures::OptionalValue< SurgSim::Math::Vector4d > | color |
Color (R,G,B,alpha) of the vector (Optional) More... | |
A (mathematical) vector is represented as (X,Y,Z) associated with an optional color (R,G,B,alpha) information.
|
inline |
Compare the vectors and return true if not equal, false if equal.
|
inline |
Compare the vectors and return true if equal; Othwise, false.
SurgSim::DataStructures::OptionalValue<SurgSim::Math::Vector4d> SurgSim::Graphics::VectorFieldData::color |
Color (R,G,B,alpha) of the vector (Optional)
SurgSim::Math::Vector3d SurgSim::Graphics::VectorFieldData::direction |
Direction (X,Y,Z) of the vector.