point#

swordfish.function.point()#

Generate a POINT type data to store the location of a midpoint in the coordinate system.

The length of a POINT type is 16 bytes. The low 8 bytes are stored in X and the high 8 bytes are stored in Y.

Parameters:
  • X (Constant) – A numeric scalar, pair, vector or matrix. They can be of integral (compress or INT128 not included) or floating type.

  • Y (Constant) – A numeric scalar, pair, vector or matrix. They can be of integral (compress or INT128 not included) or floating type.