allocPoint method

Pointer<Point> allocPoint()

Allocate single Point

Returns a pointer to the allocated memory.

Implementation

Pointer<Point> allocPoint() {
  return allocPoints(1);
}