APIClassesPointOn this pagePointA simple struct containing coordinates. Public Functionsunsigneddist_sqr(struct Point & o)The squared distance from this Point to another Point.Public Attributesint32_txThe x coordinate.int32_tyThe y coordinate.Public Functions Documentationdist_sqrunsigned dist_sqr(struct Point &o)The squared distance from this Point to another Point. Parameters:oThe point to get the squared distance to.Returns:The squared distance. Public Attributes Documentationxint32_t x The x coordinate. yint32_t y The y coordinate.