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 [<SealedAttribute>]
type Point = struct end
The Point type exposes the following members.
Constructors
| Name | Description |
---|
| Point |
Creates a Point instance
|
TopMethods Fields
| Name | Description |
---|
| x |
The (x, y) coordinates of the point.
|
| y |
The (x, y) coordinates of the point.
|
TopSee Also