63 const std::string& xcmp,
const std::string& ycmp,
64 const std::string& zcmp);
67 data[1]->setDoubleValue(v(2));
68 data[0]->setDoubleValue(v(1));
69 data[2]->setDoubleValue(v(3));
75 return FGColumnVector3(data[0]->getDoubleValue(), data[1]->getDoubleValue(),
76 data[2]->getDoubleValue());
81 a * data[1]->getDoubleValue(),
82 a * data[2]->getDoubleValue());
86 FGPropertyNode_ptr data[3];