MCPcopy Create free account
hub / github.com/OGRECave/ogre / parseVector3

Function parseVector3

PlugIns/DotScene/src/DotSceneLoader.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48Vector3 parseVector3(const pugi::xml_node& XMLNode)
49{
50 return Vector3(StringConverter::parseReal(XMLNode.attribute("x").value()),
51 StringConverter::parseReal(XMLNode.attribute("y").value()),
52 StringConverter::parseReal(XMLNode.attribute("z").value()));
53}
54
55Quaternion parseQuaternion(const pugi::xml_node& XMLNode)
56{

Callers 8

processNodesMethod · 0.70
processNodeMethod · 0.70
processLookTargetMethod · 0.70
processTrackTargetMethod · 0.70
processPlaneMethod · 0.70
processKeyframeMethod · 0.70
doSetMethod · 0.50
doSetMethod · 0.50

Calls 2

Vector3Class · 0.85
parseRealFunction · 0.85

Tested by

no test coverage detected