geometrypoint
GEOMETRYPoint is a fundamental geometric primitive that represents a location in space. It is commonly defined in two or three dimensions. In two dimensions, a point is specified by coordinates (x, y) in a Cartesian plane; in three dimensions, (x, y, z). In geographic contexts, coordinates may be expressed as latitude and longitude (and optionally height) under a specific reference system.
Representation and data types vary by implementation. A GEOMETRYPoint is typically stored as a pair or triple
Core operations commonly supported include calculating distance to another point, which uses the Euclidean formula sqrt(dx^2
Applications and usage contexts span geographic information systems, computer graphics, CAD, and computational geometry libraries. GEOMETRYPoint