reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
194 size_t SectionNo = std::floor(OffsetP / SectionWidth); 195 double T = (OffsetP - SectionNo * SectionWidth) / SectionWidth; 195 double T = (OffsetP - SectionNo * SectionWidth) / SectionWidth;