Click or drag to resize

Point Structure

Points are most often considered within the framework of Euclidean geometry, where they are one of the fundamental objects. Euclid originally defined the point as "that which has no part". In two-dimensional Euclidean space, a point is represented by an ordered pair (x,?y) of numbers, where the first number conventionally represents the horizontal and is often denoted by x, and the second number conventionally represents the vertical and is often denoted by y.

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public struct Point

The Point type exposes the following members.

Constructors
  NameDescription
Public methodPoint
Creates a Point instance
Top
Methods
Fields
  NameDescription
Public fieldx
The (x, y) coordinates of the point.
Public fieldy
The (x, y) coordinates of the point.
Top
See Also