Find the intersection of a line with a plane: Difference between revisions

Content deleted Content added
SqrtNegInf (talk | contribs)
Added Perl example
Thundergnat (talk | contribs)
m →‎{{header|Perl}}: make output match code
Line 614: Line 614:
</lang>
</lang>
{{out}}
{{out}}
<pre>0 -5 5</pre>
<pre>Intersection at point: 0 -5 5</pre>


=={{header|Perl 6}}==
=={{header|Perl 6}}==