We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdbb0a commit 302b946Copy full SHA for 302b946
lib/PDL/Graphics/TriD/Objects.pm
@@ -10,7 +10,10 @@ PDL::Graphics::TriD::Objects - Simple Graph Objects for TriD
10
11
This provides the following class hierarchy:
12
13
- PDL::Graphics::TriD::GObject (abstract) base class
+ PDL::Graphics::TriD::Object base class
14
+ └ PDL::Graphics::TriD::GObject (abstract) base class
15
+
16
+ PDL::Graphics::TriD::GObject (abstract) base class for drawables
17
├ PDL::Graphics::TriD::Points individual points
18
├ PDL::Graphics::TriD::Spheres fat 3D points :)
19
├ PDL::Graphics::TriD::Lines separate lines
0 commit comments