Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ready #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Ready #1

wants to merge 1 commit into from

Conversation

SVladislav
Copy link

No description provided.

},
classicalNewton: function(atractor, i, j){
this.red = this.green = this.blue = 0;
if(atractor == 1) this.red = 255;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

хочешь выровнять - используй перенос строки

sin: Math.sin(Math.PI / 3),
epsilon: 0.0001,

Mandelbrot: function(c){
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

функции именуются с маленькой буквы, если это не конструкторы

atractor = Fractals.Julian(complexP);
break;
}
switch(ColorType){
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

заметь, что colorType не меняется при переходе от пикселя к пикселю.
ты бы мог 1 раз сохранить в переменную getColor ссылку на функцию, а потом ее много раз применять. после этого switch вышел бы из цикла. сейчас в теле цикла много кода

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants