Skip to content
Snippets Groups Projects
Commit bb15a900 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Addition of area method to CircleT interface

parent 128912f0
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -449,6 +449,8 @@ centre & ~ & pointT & ~\\
\hline
radius & ~ & real & ~\\
\hline
area & ~ & real & ~\\
\hline
intersect & circleT & boolean & ~\\
\hline
connection & circleT & lineT & ~\\
......@@ -501,6 +503,12 @@ None
\item exception: none
\end{itemize}
\noindent area:
\begin{itemize}
\item output: $out := \pi r^2$
\item exception: none
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment