Skip to content

Commit f2399f7

Browse files
committed
rename LatticeAxes to FaceAxes
1 parent a6f26d6 commit f2399f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/PDL/Graphics/TriD/Graph.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ sub transform {
202202
}
203203

204204
package # hide from PAUSE
205-
PDL::Graphics::TriD::LatticeAxes;
205+
PDL::Graphics::TriD::FaceAxes;
206206
use base qw(PDL::Graphics::TriD::Object);
207207
use fields qw(LatticeObj);
208208
sub add_lattice_axis {
@@ -228,7 +228,7 @@ sub add_lattice_axis {
228228
# make && perl -Mblib -MPDL -MPDL::Graphics::TriD -e '$PDL::Graphics::TriD::Graph::default_axis_class = "PDL::Graphics::TriD::CylindricalEquidistantAxes"; spheres3d pdl("-80 -80 800; 80 80 900")'
229229
package # hide from PAUSE
230230
PDL::Graphics::TriD::CylindricalEquidistantAxes;
231-
use base qw(PDL::Graphics::TriD::LatticeAxes);
231+
use base qw(PDL::Graphics::TriD::FaceAxes);
232232
use fields qw(Names Bounds Center);
233233
use PDL::Core qw(barf float);
234234
use PDL::Constants qw(DEGRAD);
@@ -316,7 +316,7 @@ sub transform {
316316
# make && perl -Mblib -MPDL -MPDL::Graphics::TriD -e '$PDL::Graphics::TriD::Graph::default_axis_class = "PDL::Graphics::TriD::PolarStereoAxes"; spheres3d pdl("-80 -80 800; 80 80 900")'
317317
package # hide from PAUSE
318318
PDL::Graphics::TriD::PolarStereoAxes;
319-
use base qw(PDL::Graphics::TriD::LatticeAxes);
319+
use base qw(PDL::Graphics::TriD::FaceAxes);
320320
use fields qw(Names Bounds Center);
321321
use PDL::Core qw(barf float);
322322
use PDL::Constants qw(DEGRAD);

0 commit comments

Comments
 (0)