wCMF
3.6
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Groups
Pages
class.Position.php
Go to the documentation of this file.
1
<?php
2
/**
3
* wCMF - wemove Content Management Framework
4
* Copyright (C) 2005-2014 wemove digital solutions GmbH
5
*
6
* Licensed under the terms of any of the following licenses
7
* at your choice:
8
*
9
* - GNU Lesser General Public License (LGPL)
10
* http://www.gnu.org/licenses/lgpl.html
11
* - Eclipse Public License (EPL)
12
* http://www.eclipse.org/org/documents/epl-v10.php
13
*
14
* See the license.txt file distributed with this work for
15
* additional information.
16
*
17
* $Id: class.Position.php 1462 2014-02-04 23:52:27Z iherwig $
18
*/
19
20
/**
21
* @class Position
22
* @ingroup Util
23
* @brief The Position class stores a coordinate tuple for use
24
* with the LayoutVisitor.
25
*
26
* @author ingo herwig <ingo@wemove.com>
27
*/
28
class
Position
29
{
30
var
$x
;
31
var
$y
;
32
var
$z
;
33
34
/**
35
* Constructor.
36
* @param x, y, z The coordinates.
37
*/
38
function
Position
(
$x
,
$y
,
$z
)
39
{
40
$this->x =
$x
;
41
$this->y =
$y
;
42
$this->z =
$z
;
43
}
44
}
45
?>
Position\$z
$z
Definition:
class.Position.php:32
Position\$y
$y
Definition:
class.Position.php:31
Position
The Position class stores a coordinate tuple for use with the LayoutVisitor.
Definition:
class.Position.php:28
Position\$x
$x
Definition:
class.Position.php:30
Position\Position
Position($x, $y, $z)
Definition:
class.Position.php:38
wcmf3.x
SVN
framework
wcmf
lib
util
class.Position.php
Generated on Wed Feb 5 2014 10:51:06 for wCMF by
1.8.6