wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
Position Class Reference

Public Member Functions

 Position ($x, $y, $z)
 

Public Attributes

 $x
 
 $y
 
 $z
 

Detailed Description

The Position class stores a coordinate tuple for use with the LayoutVisitor.

wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH

Licensed under the terms of any of the following licenses at your choice:

See the license.txt file distributed with this work for additional information.

Id:
class.Position.php 1462 2014-02-04 23:52:27Z iherwig
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 28 of file class.Position.php.

Member Function Documentation

Position::Position (   $x,
  $y,
  $z 
)

Constructor.

Parameters
x,y,zThe coordinates.

Definition at line 38 of file class.Position.php.

References $x, $y, and $z.

Member Data Documentation

Position::$x

Definition at line 30 of file class.Position.php.

Referenced by Position().

Position::$y

Definition at line 31 of file class.Position.php.

Referenced by Position().

Position::$z

Definition at line 32 of file class.Position.php.

Referenced by Position().


The documentation for this class was generated from the following file: