|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Attributes | |
| double | sx = 1.0 |
| double | sy = 1.0 |
| double | dx = 0.0 |
| double | dy = 0.0 |
| bool | has_x_range = false |
| bool | has_y_range = false |
Definition at line 208 of file tikzgeom.H.
| double Aleph::Tikz_Plane::Mapping::dx = 0.0 |
Definition at line 212 of file tikzgeom.H.
Referenced by Aleph::Tikz_Plane::compute_mapping(), and Aleph::Tikz_Plane::map_x().
| double Aleph::Tikz_Plane::Mapping::dy = 0.0 |
Definition at line 213 of file tikzgeom.H.
Referenced by Aleph::Tikz_Plane::compute_mapping(), and Aleph::Tikz_Plane::map_y().
Definition at line 214 of file tikzgeom.H.
Referenced by Aleph::Tikz_Plane::compute_mapping(), Aleph::Tikz_Plane::draw_cartesian_axis(), Aleph::Tikz_Plane::draw_coordinate_grid(), Aleph::Tikz_Plane::map_x(), and Aleph::Tikz_Plane::map_x_length().
Definition at line 215 of file tikzgeom.H.
Referenced by Aleph::Tikz_Plane::compute_mapping(), Aleph::Tikz_Plane::draw_cartesian_axis(), Aleph::Tikz_Plane::draw_coordinate_grid(), Aleph::Tikz_Plane::map_y(), and Aleph::Tikz_Plane::map_y_length().
| double Aleph::Tikz_Plane::Mapping::sx = 1.0 |
Definition at line 210 of file tikzgeom.H.
Referenced by Aleph::Tikz_Plane::compute_mapping(), Aleph::Tikz_Plane::map_x(), and Aleph::Tikz_Plane::map_x_length().
| double Aleph::Tikz_Plane::Mapping::sy = 1.0 |
Definition at line 211 of file tikzgeom.H.
Referenced by Aleph::Tikz_Plane::compute_mapping(), Aleph::Tikz_Plane::map_y(), and Aleph::Tikz_Plane::map_y_length().