mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-02 22:34:52 -04:00
More C++11
This commit is contained in:
@ -1964,7 +1964,6 @@ public:
|
||||
{
|
||||
T sinX = sin(helper.In.x);
|
||||
T cosX = cos(helper.In.x);
|
||||
T sinY = sin(helper.In.y);
|
||||
T cosY = cos(helper.In.y);
|
||||
T bx = Cube(cosX*cosY);
|
||||
T by = Cube(sinX*cosY);
|
||||
|
Reference in New Issue
Block a user