Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GTE/Mathematics/ApprPolynomialSpecial4.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
// https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
// File Version: 8.0.2025.05.10
// File Version: 8.0.2026.02.16

#pragma once

Expand Down Expand Up @@ -196,7 +196,7 @@ namespace gte
{
Real xp = mXPowers[mXDegrees[i]];
Real yp = mYPowers[mYDegrees[i]];
Real zp = mYPowers[mZDegrees[i]];
Real zp = mZPowers[mZDegrees[i]];
w += mParameters[i] * xp * yp * zp;
}

Expand Down