File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ sub transform {
204204package # hide from PAUSE
205205 PDL::Graphics::TriD::FaceAxes;
206206use base qw( PDL::Graphics::TriD::Object) ;
207- use fields qw( LatticeObj) ;
207+ use fields qw( LatticeObj Names Bounds Center ) ;
208208sub add_lattice_axis {
209209 my ($this ) = @_ ;
210210 my @widths = $this -> {Bounds }-> slice(' 0:1' )-> t-> diff2-> list;
@@ -229,7 +229,6 @@ sub add_lattice_axis {
229229package # hide from PAUSE
230230 PDL::Graphics::TriD::CylindricalEquidistantAxes;
231231use base qw( PDL::Graphics::TriD::FaceAxes) ;
232- use fields qw( Names Bounds Center) ;
233232use PDL::Core qw( barf float) ;
234233use PDL::Constants qw( DEGRAD) ;
235234use constant DEG2RAD => 1/DEGRAD;
@@ -317,7 +316,6 @@ sub transform {
317316package # hide from PAUSE
318317 PDL::Graphics::TriD::PolarStereoAxes;
319318use base qw( PDL::Graphics::TriD::FaceAxes) ;
320- use fields qw( Names Bounds Center) ;
321319use PDL::Core qw( barf float) ;
322320use PDL::Constants qw( DEGRAD) ;
323321use constant DEG2RAD => 1/DEGRAD;
You can’t perform that action at this time.
0 commit comments