@@ -202,7 +202,7 @@ sub transform {
202202}
203203
204204package # hide from PAUSE
205- PDL::Graphics::TriD::LatticeAxes ;
205+ PDL::Graphics::TriD::FaceAxes ;
206206use base qw( PDL::Graphics::TriD::Object) ;
207207use fields qw( LatticeObj) ;
208208sub 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")'
229229package # hide from PAUSE
230230 PDL::Graphics::TriD::CylindricalEquidistantAxes;
231- use base qw( PDL::Graphics::TriD::LatticeAxes ) ;
231+ use base qw( PDL::Graphics::TriD::FaceAxes ) ;
232232use fields qw( Names Bounds Center) ;
233233use PDL::Core qw( barf float) ;
234234use 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")'
317317package # hide from PAUSE
318318 PDL::Graphics::TriD::PolarStereoAxes;
319- use base qw( PDL::Graphics::TriD::LatticeAxes ) ;
319+ use base qw( PDL::Graphics::TriD::FaceAxes ) ;
320320use fields qw( Names Bounds Center) ;
321321use PDL::Core qw( barf float) ;
322322use PDL::Constants qw( DEGRAD) ;
0 commit comments