phpDocumentor Painter
[ class tree: Painter ] [ index: Painter ] [ all elements ]

Class: Point

Source Location: /painter.php

Class Point

Class Overview

Encapsulates a point in 2-dimensional space.

Located in /painter.php [line 54]



		
		
		
		

Properties

Methods

[ Top ]
Property Summary
number   $X   X co-ordinate.
number   $Y   Y co-ordinate.

[ Top ]
Method Summary
Point   Point()   Creates a new Point object.

[ Top ]
Properties
number   $X [line 60]

X co-ordinate.


[ Top ]
number   $Y [line 66]

Y co-ordinate.


[ Top ]
Methods
Constructor Point  [line 73]

  Point Point( number $x, number $y  )

Creates a new Point object.

Parameters:
number   $x:  The X co-ordinate.
number   $y:  The Y co-ordinate.


[ Top ]

Documentation generated on Mon, 31 Mar 2008 18:35:26 +0100 by phpDocumentor 1.4.1