The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PDLA::Graphics::TriD::Objects - Simple Graph Objects for TriD

SYNOPSIS

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

DESCRIPTION

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

OBJECTS

PDLA::Graphics::TriD::GObject

Inherits from base PDLA::Graphics::TriD::Object and adds fields Points, Colors and Options. Need lots more here...