# Objects

#

# Geometric Point

A Geometric Point is represented as an Array of exactly two elements, where the frist element is the X coordinate and the second element is the Y coordinate.

# Tree Node

Last Updated: 6/30/2021, 4:30:19 PM