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

Class: Image_3D_Matrix

Source Location: /Image_3D-0.4.2/Image/3D/Matrix.php

Class Overview


Image_3D_Matrix


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 1997-2005 Kore Nordmann

Variables

Methods


Child classes:

Image_3D_Matrix_Scale
Image_3D_Matrix_Scale
Image_3D_Matrix_Rotation
Image_3D_Matrix_Rotation
Image_3D_Matrix_Move
Image_3D_Matrix_Move

Inherited Variables

Inherited Methods


Class Details

[line 48]
Image_3D_Matrix


[ Top ]


Class Variables

$_matrix =

[line 50]

  • Access: protected

Type:   mixed


[ Top ]



Method Detail

__construct (Constructor)   [line 52]

Image_3D_Matrix __construct( )

  • Access: public

Overridden in child classes as:

Image_3D_Matrix_Scale::__construct()
Image_3D_Matrix_Rotation::__construct()
Image_3D_Matrix_Move::__construct()

[ Top ]

diff   [line 74]

void diff( Image_3D_Matrix $matrix)

  • Access: public

Parameters:

Image_3D_Matrix   $matrix   — 

[ Top ]

dump   [line 92]

void dump( )

  • Access: public

[ Top ]

getValue   [line 61]

void getValue( $x, $y)

  • Access: public

Parameters:

   $x   — 
   $y   — 

[ Top ]

multiply   [line 170]

void multiply( Image_3D_Matrix $matrix)

  • Access: public

Parameters:

Image_3D_Matrix   $matrix   — 

[ Top ]

multiplySkalar   [line 84]

void multiplySkalar( $skalar)

  • Access: public

Parameters:

   $skalar   — 

[ Top ]

setMoveMatrix   [line 152]

void setMoveMatrix( $moveX, $moveY, $moveZ)

  • Access: public

Parameters:

   $moveX   — 
   $moveY   — 
   $moveZ   — 

[ Top ]

setRotationMatrix   [line 98]

void setRotationMatrix( $rotationX, $rotationY, $rotationZ)

  • Access: public

Parameters:

   $rotationX   — 
   $rotationY   — 
   $rotationZ   — 

[ Top ]

setScaleMatrix   [line 161]

void setScaleMatrix( $scaleX, $scaleY, $scaleZ)

  • Access: public

Parameters:

   $scaleX   — 
   $scaleY   — 
   $scaleZ   — 

[ Top ]

setUnitMatrix   [line 66]

void setUnitMatrix( )

  • Access: public

[ Top ]

setValue   [line 56]

void setValue( $x, $y, $value)

  • Access: public

Parameters:

   $x   — 
   $y   — 
   $value   — 

[ Top ]


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