OBJECT
A 2D point in space. Generally used to mark a location or position within a 2D plane of the model.
type Point2D {x: Float y: Float }