Home
last modified time | relevance | path

Searched refs:negAz (Results 1 – 3 of 3) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DRigidBodyNodeSpec_Derived.cpp194 az0, negAz, ze0, negZe, axisT, negT, in createRigidBodyNode()
H A DMobilizedBodyImpl.h687 negAz(false), negZe(false), negT(false), in SphericalCoordsImpl()
690 SphericalCoordsImpl(Real az0, bool negAz, in SphericalCoordsImpl() argument
695 negAz(negAz), negZe(negZe), negT(negT), in SphericalCoordsImpl()
717 … bool negAz, negZe, negT; // true if we should negate the corresponding coordinate variable
H A DMobilizedBody.cpp1457 updImpl().negAz = shouldNegate; in setNegateAzimuth()
1476 { return getImpl().negAz; } in isAzimuthNegated()