void show ([const string text_str = "Focus:", [const bool show_transforms = false]]) | const function |
Prints text_str to standard output (stdout ), then calls
Point::show() on position , direction , and
up . Then the values of distance , axis , and
angle are printed to stdout . If show_transforms is
true , transform and persp are shown as well.
|