1TriD::Objects(3)      User Contributed Perl Documentation     TriD::Objects(3)
2
3
4

NAME

6       PDL::Graphics::TriD::Objects - Simple Graph Objects for TriD
7

SYNOPSIS

9         Look in PDL/Demos/TkTriD_demo.pm for several examples, the code
10         in PDL/Demos/TriD1.pm and PDL/Demos/TriD2.pm also uses objects
11         but it hides them from the user.
12

DESCRIPTION

14       GObjects can be either stand-alone or in Graphs, scaled properly.  All
15       the points used by the object must be in the member {Points}.  I guess
16       we can afford to force data to be copied (X,Y,Z) -> (Points)...
17

OBJECTS

19   PDL::Graphics::TriD::GObject
20       Inherits from base PDL::Graphics::TriD::Object and adds fields Points,
21       Colors and Options.  Need lots more here...
22
23
24
25perl v5.32.0                      2020-09-17                  TriD::Objects(3)
Impressum