HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/perl5/GD/Graph/cylinder3d.pm
############################################################
#
# Module: GD::Graph::cylinder3d
#
# Description: 
# This is merely a wrapper around GD::Graph::cylinder 
# to be used as an alias
#
# Created: 16 October 2002 by Jeremy Wadsack for Wadsack-Allen Digital Group
# 	Copyright (C) 2002 Wadsack-Allen. All rights reserved.
############################################################
# Date      Modification                              Author
# ----------------------------------------------------------
#                                                          #
############################################################
package GD::Graph::cylinder3d;

use strict;
use GD;
use GD::Graph;
use GD::Graph::cylinder;
use Carp;

@GD::Graph::cylinder3d::ISA = qw( GD::Graph::cylinder );
$GD::Graph::cylinder3d::VERSION = '0.63';

# Inherit everything from GD::Graph::cylinder


1;