Allocate single Point
Returns a pointer to the allocated memory.
Pointer<Point> allocPoint() { return allocPoints(1); }