You are here

protected property Point::$dimension in geoPHP 7

File

geoPHP/lib/geometry/Point.class.php, line 11

Class

Point
Point: The most basic geometry type. All other geometries are built out of Points.

Code

protected $dimension = 2;