Searched refs:fCosHor (Results 1 – 1 of 1) sorted by relevance
259 const double fCosHor(cos(fHor)); in getPointFromCartesian() local260 return B3DPoint(fCosHor * cos(fVer), sin(fHor), fCosHor * -sin(fVer)); in getPointFromCartesian()
Completed in 18 milliseconds