Functions
Link copied to clipboard
Combines the coordinates of this point and another point into a single array. The resulting array contains the x and y coordinates of this point followed by the x and y coordinates of the other point, in that order.
Link copied to clipboard
Transforms this point by applying the given affine transformation matrix. The transformation applies the matrix multiplication to the point's coordinates treating the point as a homogeneous coordinate vector [x, y, 1].