Skip to content

The first task - #3

Open
RubyRaven0812 wants to merge 2 commits into
trpo-moais-2016:masterfrom
RubyRaven0812:master
Open

The first task#3
RubyRaven0812 wants to merge 2 commits into
trpo-moais-2016:masterfrom
RubyRaven0812:master

Conversation

@RubyRaven0812

Copy link
Copy Markdown

No description provided.

Comment thread snowflake.html Outdated
var yc = (yb + yd + (xd - xb)*Math.sqrt(3))/2;
}
else {
var xc = (xb + xd - (yb- yd)*Math.sqrt(3))/2;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Чем эта формула отличается от формулы в if?

Comment thread snowflake.html Outdated
}
}

function run() {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Неверный отступ

Comment thread snowflake.html Outdated
var x2 = (x1 + x3 - (y1- y3)*Math.sqrt(3))/2;
var y2 = (y1 + y3 - (x3 - x1)*Math.sqrt(3))/2;

drawSnowfalke(context, x1, y1, x3, y3, n, 0);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Опечатка

@disturm

disturm commented Mar 16, 2018

Copy link
Copy Markdown

Шарафиева Юлия

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