WRAPPER_API static CartesianPoint *CreateCartesianPoint(short dimensions = 3)
The CreateCartesianPoint constructor creates a new instance of the CartesianPoint class. The constructor takes a single argument that specifies the number of dimensions for the point. If this value is omitted, then the resulting point will have three dimensions.