Skip to content

Commit 302b946

Browse files
committed
::Objects doc snippet allowing for non-GObject subclasses
1 parent 9fdbb0a commit 302b946

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/PDL/Graphics/TriD/Objects.pm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ PDL::Graphics::TriD::Objects - Simple Graph Objects for TriD
1010
1111
This provides the following class hierarchy:
1212
13-
PDL::Graphics::TriD::GObject (abstract) base class
13+
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
1417
├ PDL::Graphics::TriD::Points individual points
1518
├ PDL::Graphics::TriD::Spheres fat 3D points :)
1619
├ PDL::Graphics::TriD::Lines separate lines

0 commit comments

Comments
 (0)