MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / getLocalAxes

Method getLocalAxes

SRC/coordTransformation/CrdTransf.cpp:125–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125int
126CrdTransf::getLocalAxes(Vector &xAxis, Vector &yAxis, Vector &zAxis)
127{
128 xAxis.Zero();
129 yAxis.Zero();
130 zAxis.Zero();
131
132 return 0;
133}
134
135int
136CrdTransf::getRigidOffsets(Vector &offsets)

Callers 15

getResponseMethod · 0.95
setDomainMethod · 0.45
setDomainMethod · 0.45
setDomainMethod · 0.45
setDomainMethod · 0.45
setDomainMethod · 0.45
addLoadMethod · 0.45
PrintMethod · 0.45
PrintMethod · 0.45
PrintMethod · 0.45

Calls 1

ZeroMethod · 0.45

Tested by

no test coverage detected