MCPcopy Create free account
hub / github.com/dartsim/dart / getRelativeTranslation

Method getRelativeTranslation

dart/dynamics/ShapeNode.cpp:124–127  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

122
123//==============================================================================
124Eigen::Vector3d ShapeNode::getRelativeTranslation() const
125{
126 return getRelativeTransform().translation();
127}
128
129//==============================================================================
130Eigen::Vector3d ShapeNode::getOffset() const

Callers 2

ShapeNodeFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected