Skip to content

Commit 6e73117

Browse files
wfpokornyc-lipka
authored andcommitted
Correcting small typo in lemon.cpp comment. (#95)
1 parent ceafcc0 commit 6e73117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/core/shape/lemon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ void Lemon::CalcUV(const Vector3d& IPoint, Vector2d& Result) const
811811
DBL phi, theta;
812812
Vector3d P;
813813

814-
// Transform the ray into the ovus space.
814+
// Transform the ray into the lemon space.
815815
MInvTransPoint(P, IPoint, Trans);
816816

817817
// the center of UV coordinate is <0, 0, 1/2>

0 commit comments

Comments
 (0)