Home
last modified time | relevance | path

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

/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/tracked_vehicle/sprocket/
H A DChSprocketBand.cpp709 double TipLen = GetTipWidth(); in GetProfile() local
743 ChVector<> ToothTipWidthUpperPnt = ToothTipWidthCtrPnt + 0.5 * TipLen * vec_Perp; in GetProfile()
744 ChVector<> ToothTipWidthLowerPnt = ToothTipWidthCtrPnt - 0.5 * TipLen * vec_Perp; in GetProfile()
747 double ToothArcChordLen = std::sqrt(Depth * Depth + std::pow((BaseLen - TipLen) / 2, 2)); in GetProfile()