Searched refs:cosTheta (Results 1 – 1 of 1) sorted by relevance
1066 double cosTheta = sqrt(1.0 - sinTheta * sinTheta) * m_wb.direction; in MosaicToFrame() local1068 Y = length * cosTheta + m_wb.y; in MosaicToFrame()1076 double cosTheta = sqrt(1.0 - sinTheta * sinTheta) * m_wb.direction; in MosaicToFrame() local1078 X = length * cosTheta + m_wb.x; in MosaicToFrame()