![]() |
#include <SurgSim/DataStructures/Location.h>
Public Member Functions | |
Location () | |
Default constructor. More... | |
Location (const SurgSim::Math::Vector3d &localPosition) | |
Constructor for rigid local position. More... | |
Location (const SurgSim::DataStructures::OctreePath &nodePath) | |
Constructor for octree node path. More... | |
Location (const SurgSim::DataStructures::IndexedLocalCoordinate &localCoordinate) | |
Constructor for mesh local coordinate. More... | |
|
inline |
Default constructor.
|
inlineexplicit |
Constructor for rigid local position.
localPosition | The 3D local position to set this location to |
|
inlineexplicit |
Constructor for octree node path.
nodePath | The octree node path to set this location to |
|
inlineexplicit |
Constructor for mesh local coordinate.
localCoordinate | The mesh local coordinate |
SurgSim::DataStructures::OptionalValue<SurgSim::DataStructures::IndexedLocalCoordinate> SurgSim::DataStructures::Location::meshLocalCoordinate |
SurgSim::DataStructures::OptionalValue<SurgSim::DataStructures::OctreePath> SurgSim::DataStructures::Location::octreeNodePath |
SurgSim::DataStructures::OptionalValue<SurgSim::Math::Vector3d> SurgSim::DataStructures::Location::rigidLocalPosition |