Struct Point2¶ Defined in File schemas.hpp Struct Documentation¶ struct Point2¶ A point representing a position in 2D space. Public Members double x = 0¶ x coordinate position double y = 0¶ y coordinate position