NAME

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

DESCRIPTION

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

FUNCTIONS

vrmlcoordsvert

Signature: (vertices(n=3); char* space; PerlIO *fp)
Types: (float double)
vrmlcoordsvert($vertices, $space, $fp); # all arguments given
$vertices->vrmlcoordsvert($space, $fp); # method call

info not available

Broadcasts over its inputs.

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.

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.