This wiki is closed in favour of the new wiki. Information shown is likely to be very out of date. |
Difference between revisions of "User:Space/Template:DrawLine"
From Discovery Wiki
Jump to navigationJump to search (Checking if the maths work. That's a good start, at least.) |
m (They didn't, and I need to) |
||
Line 5: | Line 5: | ||
<!-- Calculates the angle of the line --> | <!-- Calculates the angle of the line --> | ||
− | {{#expr: | + | {{#expr: (atan2(({{{4}}}-{{{2}}}),({{{3}}}-{{{1}}})))*180/pi}} |
<!-- Renders the line --> | <!-- Renders the line --> | ||
− | <div style="-webkit-transform-origin: 0 100%; height: {{{5}}}px; background: #000;"</div> | + | <div style="-webkit-transform-origin: 0 100%; height: {{{5}}}px; background: #000;"></div> |
<noinclude><!-- var length = Math.sqrt((x1-x2)*(x1-x2) + (y1-y2)*(y1-y2)); | <noinclude><!-- var length = Math.sqrt((x1-x2)*(x1-x2) + (y1-y2)*(y1-y2)); |
Revision as of 11:07, 8 April 2013
{{User:Space/Template:DrawLine|x1|y1|x2|y2|width in px}} Expression error: Unrecognized punctuation character "{".
Expression error: Unexpected ( operator.
Test: 18.97366596101
Expression error: Unexpected ( operator.