MCPcopy Create free account
hub / github.com/JSBSim-Team/jsbsim / FGColumnVector3

Method FGColumnVector3

src/math/FGColumnVector3.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
56
57FGColumnVector3::FGColumnVector3(void)
58{
59 data[0] = data[1] = data[2] = 0.0;
60 // Debug(0);
61}
62
63//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected