Point

Description

A class representing a two- (or three-) dimensional point.

Files

  • lib/point.js

License

Copyright © 2009, Open Source Geospatial Foundation This program is dual licensed under the GNU General Public License and Simplified BSD license.  http://svn.osgeo.org/mapbender/trunk/mapbender/license/license.txt

Summary
PointA class representing a two- (or three-) dimensional point.
Functions
Pointjust pass a Point in order to clone it.

Functions

Point

Mapbender.Point = function (x,
y,
z)

Description

just pass a Point in order to clone it.

Parameters

xthe x coordinate
ythe y coordinate
z[optional] the z coordinate
Mapbender.Point = function (x,
y,
z)
just pass a Point in order to clone it.
Close