Skip to content

Commit 9485bdf

Browse files
committed
Eliminated types and create functions for close_path and revert_matrix from graph-surf-paths.tex since neither has any member data and can thus be defaulted.
1 parent e5cebac commit 9485bdf

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

source/graph-surf-paths.tex

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,20 @@
6363
\end{note}
6464

6565
\pnum
66-
In Table~\ref{tab:\iotwod.graphsurf.paths.requirementstab}, \tcode{AC} denotes the type \tcode{X::paths::abs_cubic_curve_data_type}, \tcode{AL} denotes the type \tcode{X::paths::abs_line_data_type}, \tcode{AM} denotes the type \tcode{X::paths::abs_matrix_data_type}, \tcode{AN} denotes the type \tcode{X::paths::abs_new_figure_data_type}, \tcode{AQ} denotes the type \tcode{X::paths::abs_quadratic_curve_data_type}, \tcode{ARC} denotes the type \tcode{X::paths::arc_data_type}, \tcode{CF} denotes the type \tcode{X::paths::close_figure_data_type}, \tcode{IP} denotes the type \tcode{X::paths::interpreted_path_data_type}, \tcode{RC} denotes the type \tcode{X::paths::rel_cubic_curve_data_type}, \tcode{RL} denotes the type \tcode{X::paths::rel_line_data_type}, \tcode{RM} denotes the type \tcode{X::paths::rel_matrix_data_type}, \tcode{RN} denotes the type \tcode{X::paths::rel_new_figure_data_type}, \tcode{RQ} denotes the type \tcode{X::paths::rel_quadratic_curve_data_type}, \tcode{RV} denotes the type \tcode{X::paths::revert_matrix_data_type}, \tcode{M} denotes the type \tcode{basic_matrix_2d<X::graphics_math_type}, and \tcode{P} denotes the type \tcode{basic_point_2d<X::graphics_math_type>}.
66+
In Table~\ref{tab:\iotwod.graphsurf.paths.requirementstab},
67+
\tcode{AC} denotes the type \tcode{X::paths::abs_cubic_curve_data_type}, \tcode{AL} denotes the type \tcode{X::paths::abs_line_data_type},
68+
\tcode{AM} denotes the type \tcode{X::paths::abs_matrix_data_type},
69+
\tcode{AN} denotes the type \tcode{X::paths::abs_new_figure_data_type},
70+
\tcode{AQ} denotes the type \tcode{X::paths::abs_quadratic_curve_data_type},
71+
\tcode{ARC} denotes the type \tcode{X::paths::arc_data_type},
72+
\tcode{IP} denotes the type \tcode{X::paths::interpreted_path_data_type},
73+
\tcode{RC} denotes the type \tcode{X::paths::rel_cubic_curve_data_type},
74+
\tcode{RL} denotes the type \tcode{X::paths::rel_line_data_type},
75+
\tcode{RM} denotes the type \tcode{X::paths::rel_matrix_data_type},
76+
\tcode{RN} denotes the type \tcode{X::paths::rel_new_figure_data_type},
77+
\tcode{RQ} denotes the type \tcode{X::paths::rel_quadratic_curve_data_type},
78+
\tcode{M} denotes the type \tcode{basic_matrix_2d<X::graphics_math_type}, and
79+
\tcode{P} denotes the type \tcode{basic_point_2d<X::graphics_math_type>}.
6780

6881
\pnum
6982
In order to describe the observable effects of functions contained in Table~\ref{tab:\iotwod.graphsurf.paths.requirementstab}, Table~\ref{tab:\iotwod.graphsurf.paths.typememberdata} describes the types contained in \tcode{X} as-if they possessed certain member data.
@@ -378,14 +391,6 @@
378391
\tcode{spt} is the starting point of the arc. \tcode{m} is the transformation matrix being used.
379392
\end{note} \\ \rowsep
380393
%%
381-
%% close_figure
382-
%%
383-
\tcode{X::paths::create_close_figure()} &
384-
\tcode{CF} &
385-
\returns
386-
An object \tcode{cf}. &
387-
\\ \rowsep
388-
%%
389394
%% interpreted_path
390395
%%
391396
\tcode{X::paths::create_interpreted_path()} &
@@ -549,13 +554,5 @@
549554
\tcode{P} &
550555
\returns
551556
\tcode{rq.ept}. &
552-
\\ \rowsep
553-
%%
554-
%% revert_matrix
555-
%%
556-
\tcode{X::paths::revert_matrix} &
557-
\tcode{RV} &
558-
\returns
559-
An object \tcode{rv}. &
560557
\\
561558
\end{libreqtab4d}

0 commit comments

Comments
 (0)