File: Rout.pm

package info (click to toggle)
libpdl-graphics-trid-perl 2.102-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: perl: 5,082; ansic: 683; makefile: 8
file content (106 lines) | stat: -rw-r--r-- 1,755 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
#
# GENERATED WITH PDL::PP from lib/PDL/Graphics/TriD/Rout.pd! Don't modify!
#
package PDL::Graphics::TriD::Rout;

our @EXPORT_OK = qw(vrmlcoordsvert );
our %EXPORT_TAGS = (Func=>\@EXPORT_OK);

use PDL::Core;
use PDL::Exporter;
use DynaLoader;


   
   our @ISA = ( 'PDL::Exporter','DynaLoader' );
   push @PDL::Core::PP, __PACKAGE__;
   bootstrap PDL::Graphics::TriD::Rout ;








#line 4 "lib/PDL/Graphics/TriD/Rout.pd"

use strict;
use warnings;

=head1 NAME

PDL::Graphics::TriD::Rout - Helper routines for Three-dimensional graphics

=head1 DESCRIPTION

This module is for miscellaneous PP-defined utility routines for
the PDL::Graphics::TriD module.
#line 40 "lib/PDL/Graphics/TriD/Rout.pm"


=head1 FUNCTIONS

=cut






=head2 vrmlcoordsvert

=for sig

 Signature: (vertices(n=3); char* space; PerlIO *fp)
 Types: (float double)

=for usage

 vrmlcoordsvert($vertices, $space, $fp); # all arguments given
 $vertices->vrmlcoordsvert($space, $fp); # method call

=for ref

info not available

=pod

Broadcasts over its inputs.

=for bad

C<vrmlcoordsvert> does not process bad values.
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays.

=cut




*vrmlcoordsvert = \&PDL::vrmlcoordsvert;







#line 40 "lib/PDL/Graphics/TriD/Rout.pd"

=head1 AUTHOR

Copyright (C) 2000 James P. Edwards
Copyright (C) 1997 Tuomas J. Lukka.
All rights reserved. There is no warranty. You are allowed
to redistribute this software / documentation under certain
conditions. For details, see the file COPYING in the PDL
distribution. If this file is separated from the PDL distribution,
the copyright notice should be included in the file.

=cut
#line 103 "lib/PDL/Graphics/TriD/Rout.pm"

# Exit with OK status

1;