# Functions
NewPoint creates a Point with the provided data as the internal representation.
NewPoint returns a new empty Point.
# Structs
Point acts as a 'holder' for the internal representation of a point in a given load client.
Point wraps a single data point.