From d5e39b86d23030ad22aa1133f971a5a90132cbe7 Mon Sep 17 00:00:00 2001 From: William F Pokorny Date: Fri, 23 Sep 2016 12:54:11 -0400 Subject: [PATCH] Correcting small typo in lemon.cpp comment. --- source/core/shape/lemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/shape/lemon.cpp b/source/core/shape/lemon.cpp index e79cf45db..e8fa64f14 100644 --- a/source/core/shape/lemon.cpp +++ b/source/core/shape/lemon.cpp @@ -811,7 +811,7 @@ void Lemon::CalcUV(const Vector3d& IPoint, Vector2d& Result) const DBL phi, theta; Vector3d P; - // Transform the ray into the ovus space. + // Transform the ray into the lemon space. MInvTransPoint(P, IPoint, Trans); // the center of UV coordinate is <0, 0, 1/2>