Image_3D
[ class tree: Image_3D ] [ index: Image_3D ] [ all elements ]

Source for file Paintable.php

Documentation is available at Paintable.php

  1. <?php
  2.  
  3. /***
  4.  * 
  5.  * 3dlib - 3d libary in PHP
  6.  * Copyright (C) 2004 Kore Nordmann - http://www.kore-nordmann.de (German)
  7.  * 
  8.  * This program is free software; you can redistribute it and/or modify 
  9.  * it under the terms of the GNU General Public License as published by 
  10.  * the Free Software Foundation; either version 2 of the License, or (at 
  11.  * your option) any later version.
  12.  * 
  13.  * This program is distributed in the hope that it will be useful, but 
  14.  * WITHOUT ANY WARRANTY; without even the implied warranty of 
  15.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
  16.  * General Public License for more details.
  17.  *
  18.  * You should have received a copy of the GNU General Public License 
  19.  * along with this program; if not, write to the Free Software Foundation, 
  20.  * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
  21.  * 
  22.  * You may contact the author by mail:
  23.  * 3dlib@kore-nordmann.de
  24.  *
  25.  * Or write to:
  26.  * Kore Nordmann
  27.  * Stockumer Strasse 404
  28.  * 44227 Dortmund
  29.  * Germany
  30.  *
  31.  **/
  32.  
  33. {
  34.     
  35.     public function getPolygonCount();
  36.     public function setColor(Image_3D_Color $color);
  37.     public function setOption($option$value);
  38.     public function transform(Image_3D_Matrix $matrix$id = null);
  39. }
  40.  
  41. ?>

Documentation generated on Mon, 11 Mar 2019 15:48:14 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.